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

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

Re: Petits traits pour marquer les temps ?


From: Gerard
Subject: Re: Petits traits pour marquer les temps ?
Date: Sat, 9 Mar 2019 07:20:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

Bonjour,

En m'inspirant de  http://lsr.di.unimi.it/LSR/Item?id=901

on peut faire  :

----------------------

\score {
  <<
    \new RhythmicStaff
    \with {
      \override VerticalAxisGroup.default-staff-staff-spacing = #'()
    }
    {
      \repeat unfold 4 { s4^"|"  s4^"|"  s4^"|"  s4^"|" }
    }

    \new Staff
    \relative c' {
      \set Score.proportionalNotationDuration = #(ly:make-moment 1/4)
      c4 e g8 a8 g8 f8
      r16 e16 f8 g8 a8 r8 r8 g4
      r2 c4 r
      r2 r4 c
    }
  >>
  \layout {
    indent = 0
    \context {
      \RhythmicStaff
      \remove "Time_signature_engraver"
      \remove "Clef_engraver"
      \override BarLine.transparent = ##t
      \override StaffSymbol.line-count = #0
    }

  }
}

-----------------------------------------

Cordialement

Le 08/03/2019 à 22:37, Monteverdi a écrit :
Trouvé !

Il suffit de mettre ^"| après la note au-dessus de laquelle on veut mettre
un petit trait.

http://lilybin.com/88o8wx/1





--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr



reply via email to

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