lilypond-user
[Top][All Lists]
Advanced

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

Re: How to do jazz-style bar repeats


From: M Watts
Subject: Re: How to do jazz-style bar repeats
Date: Mon, 07 Mar 2011 19:45:48 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100413 Fedora/3.0.4-2.fc13 Thunderbird/3.0.4

On 03/04/2011 10:30 AM, Colin Hall wrote:

For the record I've attached a complete source file to demonstrate how I do 
chop marks.


Here's another way, with one-line rythmic staff.

dummy = \relative c {

  \set squashedPosition = #0
  \override NoteHead #'style = #'slash
  \override Stem #'transparent = ##t

  \key g \major
  \repeat unfold 2 { c4 c c c }
}

harmonies = \chordmode {
  b2:7 e:7
  a:7 d:7

}

\score {
        
  <<      

  \new ChordNames \harmonies

  \new RhythmicStaff
    {
    \set RhythmicStaff.instrumentName = \markup { "Solos" }
    \new Voice = "rhythm" \dummy
    }

  >>

  \layout {
    \context {
    \RhythmicStaff
    \consists "Pitch_squash_engraver"
    \consists "Clef_engraver"
    \consists "Key_engraver"
    }
  } % close layout
} % close score

Attachment: chopmarks.png
Description: PNG image


reply via email to

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