lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: begin-of-line-invisible


From: Eluze
Subject: Re: begin-of-line-invisible
Date: Tue, 16 Mar 2010 13:58:03 -0800 (PST)


Xavier Scheuer wrote:
> 
> 
>> Un exemple parmi les plus fréquent est un D.S. al Coda sur la dernière
>> mesure, la ligne suivante étant la coda elle-même.
> 
> Je vois qu'on a tous les mêmes préoccupations.
> J'utilise un hack pas beau du tout et je peste chaque fois que j'ai à
> l'utiliser... mais j'ai pas trouvé mieux !
> http://lsr.dsi.unimi.it/LSR/Item?id=575
> 
... et voici mon adaptation du LSR dit (si ça peut être utile):

{ % make a mark at the end of a line *and* at the beginning of the next line
  \override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible
  \override Score.RehearsalMark #'self-alignment-X = #RIGHT
  
  \repeat unfold 4 {c d e f}
  \mark  \markup {
    \general-align #Y #CENTER \small {"D.C. al" \hspace #.75 \small
\musicglyph #"scripts.segno" \hspace #.5 "poi Coda"
    }
  }
  
  \break \cadenzaOn s 1 \cadenzaOff \bar ""
  \mark "Coda"
  
  \repeat unfold 4 {c d e f}
}

-- 
View this message in context: 
http://n2.nabble.com/begin-of-line-invisible-tp4740087p4746707.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.




reply via email to

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