lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Similar to tremolo


From: Helge Kruse
Subject: Re: Similar to tremolo
Date: Thu, 08 Jul 2010 20:31:44 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1 Thunderbird/3.0

Am 08.07.2010 07:44, schrieb Mike Solomon:
\version "2.13.27"

\relative c'
{ a b c d
% hides the next time signature
\once \override Staff . TimeSignature #'stencil = ##f
\time 2/4 a b a b
}


Somehow I don't get it I found a combination with the lilypond input. Without the hidden rest s2, the next normal note is not in the next measure. But now I get warnings:
 Warnung: Taktüberprüfung gescheitert bei: 3/64

How should I fix this? The output looks usable except that the quarter rest is too far from last tremolo.

\include "deutsch.ly"

\relative c' {
        \key es \major
        \time 9/128
        \set Staff.timeSignatureFraction = #'(3 . 4)
        \override NoteHead #'duration-log = #1
        b64. c es |
        as, c es |
        b64 c es

        \revert NoteHead #'duration-log
        \time 3/4
        s2
        r4 |
        c''2 es4 |
        c4. b8 as b |
}

Helge



reply via email to

[Prev in Thread] Current Thread [Next in Thread]