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

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

Re: Alternative sans repeat au dessus d'un point d'orgue (orig. Alternat


From: Eluze
Subject: Re: Alternative sans repeat au dessus d'un point d'orgue (orig. Alternative sans repeat)
Date: Thu, 15 Aug 2013 16:24:01 -0700 (PDT)

Pierre Perol-Schneider wrote
> essaie ceci :
> 
> {
>     \override Score.VoltaBracket.extra-offset = #'(0 . 2)
>     \repeat volta 2 { s1 }
>     \alternative {
>       {
>       s1
>       \once\override Score.RehearsalMark.extra-offset = #'(0 . -3)
>         \mark \markup { \musicglyph #"scripts.ufermata" }
>       }
>       { s1 }
>    }
> }

j'essaie toujours d'éviter les extra-offset et je propose:

{
  % \override Score.VoltaBracketSpanner.padding = #4
  \override Score.VoltaBracketSpanner.Y-offset = #8
  \repeat volta 2 { s1 }
  \alternative {
    {
      s1
      \mark \markup { \musicglyph #"scripts.ufermata" }
    }
    { s1 }
  }
}

Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Alternative-sans-repeat-au-dessus-d-un-point-d-orgue-orig-Alternative-sans-repeat-tp7580297p7580298.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]