bug-lilypond
[Top][All Lists]
Advanced

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

Re: Setting rehearsal mark value in non=default context


From: Phil Holmes
Subject: Re: Setting rehearsal mark value in non=default context
Date: Sat, 22 Oct 2016 11:37:36 +0100

"Timothy Lanfear" <address@hidden> wrote in message news:address@hidden
An integer argument to \mark is not respected if the mark engraver is moved from the Score context. The example creates rehearsal marks "A", "B", not "A", "C".

\version "2.19.49"

\layout {
  \context {
    \Score
    \remove "Mark_engraver"
    \remove "Staff_collecting_engraver"
  }
  \context {
    \Staff
    \consists "Mark_engraver"
    \consists "Staff_collecting_engraver"
  }
}

<<
  \new Staff { R1 R1 R1 }
  \new Staff { R1 \mark \default R1 \mark #3 R1 }
>>

--

Timothy Lanfear, Bristol, UK.

Please see

http://lilypond.1069038.n5.nabble.com/Mark-numbering-incorrect-at-staff-level-td195296.html

for exactly the same situation.

--
Phil Holmes





reply via email to

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