lilypond-user
[Top][All Lists]
Advanced

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

Measure problem somewhere


From: Palmer, Ralph
Subject: Measure problem somewhere
Date: Wed, 19 Jul 2006 07:59:18 -0400

Hi -

I think I'm starting to get the hang of it.

However, I've got a problem - I think it's a time problem. I'm running
2.8.4.1 under Windows XP. In the following snippet, if I uncomment the
5/8 section, the music seems to work. If I comment it out, it looks to
me like I have a timing conflict, but I can't find where. Can anyone
help?

+++++++++++++++++++++++++++++++++++++

\version "2.8.4.1"
\header {
        
        }

Music = {
        \clef treble
        \key c \major
        \override Staff.TimeSignature #'style = #'()
        \override Score.MetronomeMark #'padding = #4
        \tempo 4=112
%       \time 5/8
%       des'8([ bes a)] des'([ bes)]
%       e4.~ e4 \breathe
        \time 6/8
        des'8( bes f) f'4 r8
        e2.
        \hideNotes
        \once \override TextScript #'padding = #2.0
        \once \override Glissando #'style = #'zigzag
        \fatText g''4.\glissando ^\markup\smaller{EXHALE}_\markup {(very
soft sigh)} d'4.
        \emptyText
        \unHideNotes
        R^\fermataMarkup \bar "||"
        \time 3/4
        ais''2. ^\markup {
                ( 
                \smaller \note #"4" #1
                =
                \smaller "112"
                )}
        ais''4( e''2)
        ais''4( gis''2)
        b''2.^\fermataMarkup
        \bar "||"
        ais''16->[_\sfz^\markup { \column { \line {lo stesso} tempo}} r8
ais''16->] r8 ais''16->[ e''] ais''16->[ r8 d'''->]

        }

\score {
        \Music

++++++++++++++++++++++++++++++++++++

Thanks for your time and help,

Ralph




reply via email to

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