bug-lilypond
[Top][All Lists]
Advanced

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

Re: barline grouping changed between 11.32 and 11.33


From: Graham Percival
Subject: Re: barline grouping changed between 11.32 and 11.33
Date: Wed, 26 Sep 2007 19:43:45 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=482

Cheers,
- Graham

Tapio Tuovila wrote:
Hello,
I'm typesetting a goncerto grosso -sort of score. Tried to group
concertino and ripieni with 'system start delimiters'. Output is as
hoped with .32 but different (not as hoped) with .33
Greetings,
Tapio

Here is a short example of input file and two .png files of output:

\version "2.10.0"
staffViolin = \new Staff  {  \time 2/4
        \relative c' {  d' r |d r \bar "|."
        }
}
staffViolinII = \new Staff { \relative c' { a' r|a r \bar "|."
        }
}
staffCello = \new Staff  {
        \clef bass
        \relative c' { d r |d r \bar "|."
        }
}
staffViolinIII = \new Staff  {
        \relative c' { f r |f r \bar "|."
        }
}
staffViolinIIII = \new Staff  {
        \relative c' { d r |d r \bar "|."
        }
}
staffCelloII = \new Staff  {
        \clef bass
        \relative c' { d r |d r \bar "|."
        }
}

\score { <<
        \new StaffGroup <<
                \new GrandStaff<<
                        \staffViolin
                        \staffViolinII >>
\staffCello >>
                
        \new StaffGroup <<
                \new GrandStaff <<
                        \staffViolinIII
                        \staffViolinIIII >>
\staffCelloII >>
        >>
}
\paper {
        ragged-right = ##t
}





------------------------------------------------------------------------


------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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