lilypond-user
[Top][All Lists]
Advanced

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

Re: [feature request] getting \repeat percent to work in ChordNames


From: Klaus Blum
Subject: Re: [feature request] getting \repeat percent to work in ChordNames
Date: Sat, 11 Apr 2015 13:47:54 -0700 (MST)

address@hidden Kieren, 

you could also try:

% -----------------------------------------------------------
\version "2.18.2"

\chords {
  \repeat percent 4 { a2:m f }
  \repeat percent 4 { g1 c }
}

\layout {
  \context {
    \ChordNames
    \consists "Percent_repeat_engraver"
    \consists "Double_percent_repeat_engraver"
    \override ChordName.Y-offset = #-1
    % delete the following two lines if you don't need barlines:
    \override BarLine.bar-extent = #'(-2 . 2)
    \consists "Bar_engraver"
  }
}
% -----------------------------------------------------------

Cheers, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/feature-request-getting-repeat-percent-to-work-in-ChordNames-tp174393p174395.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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