lilypond-user
[Top][All Lists]
Advanced

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

end-of-line-visible does not work


From: Loïc Chahine
Subject: end-of-line-visible does not work
Date: Fri, 10 Aug 2012 15:28:16 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:14.0) Gecko/20120713 Thunderbird/14.0

Hi all!

I am trying to write a Da Capo mark at the end of a score, but #end-of-line-visible option seems not to work.
It is quite hard to send the whole score (it has some includes), but here is the Main file:

\version "2.15.42"

\include "def-reprises.ly"

debut = {

\tempo "Vivace"

\time 4/4

\set tupletSpannerDuration = #(ly:make-moment 1 4)

\key b \minor

}

structure = {

\repeat volta 2 {

s1*3

}

\alternative {

{ s1 } { s1 }

}

\repeat volta 2 {

s1*7

}

s1*64

\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible

\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT

\mark \markup { \smaller "D.C. al Fine" }

}

\score {

\new StaffGroup

<<

\new Staff {

\debut

<< \structure

\include "flauto.ly" >>

}

\new Staff {

\debut

\include "violone.ly"

}

>>

}


If I comment the ‘\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible’ line, I have my Da Capo mark at the beginning of the bar.

Thanks in advance for your help!

L.C.



reply via email to

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