lilypond-user
[Top][All Lists]
Advanced

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

rest positioning failure


From: Martin Bergande
Subject: rest positioning failure
Date: Wed, 3 May 2006 01:57:34 +0200 (MEST)

dear all,

why does "b4/rest" in the following file.ly position the rest - exactly like
"r4" - to f'' (see the attached pdf output), while "a4/rest" and "c4/rest"
would work as expected? Is there a special command apart from tweaking to
enforce the b' position?

martin

%%%%% start file.ly

\version "2.7.40"

\score { 

  \context PianoStaff << 

    \new Staff  { \override Score.BarNumber #'break-visibility =
#all-invisible << 

% Sopran

      { \key f \major \relative c'
        { \partial 4*1 f a g a bes c2 a4\fermata
          d c bes a g a2 \fermata
          b4\rest c d e f e d2 c4\fermata
          a bes a g g f2.\fermata \bar "|." } } \\ 

% Alt

      { \relative c' { } } >>
      
}

    \new Staff { << 

% Tenor

      { \clef "F" \key f \major \relative c 
        { } } \\ 

% Bass

      { \relative c 
        { \hideNotes 

          c4 c c c c c c c 
          c4 c c c c c c c 
          c4 c c c c c c c 
          c4 c c c c c c c \unHideNotes } }

    >> } 

  >>

  \layout { 

    indent = 00
    ragged-right = ##t
    ragged-last = ##t

      \context { }
  }

  \midi { 

      \tempo 4 = 92 
  }

}

%%%%% end file.ly



-- 
Analog-/ISDN-Nutzer sparen mit GMX SmartSurfer bis zu 70%!
Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer

Attachment: choraltest.pdf
Description: Adobe PDF document


reply via email to

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