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

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to