lilypond-devel
[Top][All Lists]
Advanced

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

Re: problem with bar numbers and ossia staves


From: Werner LEMBERG
Subject: Re: problem with bar numbers and ossia staves
Date: Wed, 29 May 2013 08:18:12 +0200 (CEST)

>> it is not easy to decide whether the bar number should be moved to
>> the non-ossia staff.
> 
> I see no application where it would make sense to keep it above.

Here's the only solution (already in the notation reference) which
works correctly without abusing \RemoveEmptyStaves.  IMHO, the example
which gives the too-high bar number should be removed from the
documentation.


    Werner


======================================================================


\new Staff = "main" {
  f'1 | \break
  f'1 |
  <<
    \new Staff \with {
      \remove "Time_signature_engraver"
      alignAboveContext = #"main"
      firstClef = ##f
    } { f'1 }
    { f'1 }
  >>
}

PNG image


reply via email to

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