lilypond-user
[Top][All Lists]
Advanced

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

Re: ugly bar line when changing line-count


From: Gilberto Agostinho
Subject: Re: ugly bar line when changing line-count
Date: Fri, 11 Oct 2013 08:22:53 -0700 (PDT)

And still one more little problem concerning changes in line-count: if the
line-count is changed in the middle of a bar, they tend to be modified only
after an accidental! Have a look on the following code:

\version "2.17.28"
\relative c'' {
  fis4 d gis, e |
  
  \stopStaff
  \override Staff.StaffSymbol.line-count = #2
  \startStaff
  fis'4 d gis, e |
  
  \stopStaff
  \revert Staff.StaffSymbol.line-count
  \startStaff
  fis'4 d gis, e |
}

\relative c'' {
  fis4 d
  \stopStaff
  \override Staff.StaffSymbol.line-count = #2
  \startStaff
  gis, e |
  
  fis'4 d 
  \stopStaff
  \revert Staff.StaffSymbol.line-count
  \startStaff
  gis, e |
}

which outputs: http://s9.postimg.org/bbpoqp7pb/image2.png

On the top staff, everything is fine between accidental and staff lines. But
on the bottom staff, the lines extend more than they should, leaving the
accidentals with the old number of lines and the notes with the new number
of lines.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/ugly-bar-line-when-changing-line-count-tp152072p152122.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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