bug-lilypond
[Top][All Lists]
Advanced

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

Rehearsal Marks


From: Trent Johnston
Subject: Rehearsal Marks
Date: Sun, 28 May 2006 21:10:46 +1000

Hello All,

I don't know if this is a bug or not but when moving the "Mark_engraver"
from the score level to staff #'break-align-symbol seems to no longer work.

self-alignment-X and padding work fine but the #'break-align-symbol has no
effect.

Thanks for your help.

Trent

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

\version "2.9.5"

\include "english.ly"

staffViolin = \new Staff  {
 \time 4/4
 \set Staff.instrument="Violin"
 \set Staff.midiInstrument="violin"
 \key e \major
 \clef treble
 \relative c' {
\once \override Staff . RehearsalMark #'break-align-symbol =
#'time-signature
\once \override Staff . RehearsalMark #'self-alignment-X = #left
\once \override Staff . RehearsalMark #'padding = #1 \mark \markup {
"RECITATIV." }
c4 c c c
c4 c c c
c4 c c c
c4 c c c
\bar "|."
}}


\score {
 <<
  \staffViolin
 >>

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

\paper {
}

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




reply via email to

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