lilypond-user
[Top][All Lists]
Advanced

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

Re: Rhythmic slashes


From: Rick Hansen (aka RickH)
Subject: Re: Rhythmic slashes
Date: Tue, 7 Nov 2006 21:39:59 -0800 (PST)



Rick Hansen (aka RickH) wrote:
> 
> How can I get 4 slashes in a measure (in 4/4 time)?  The following is the
> closest I've come but only gives me 3 slashes.  (In pop music this is a
> common notation method when you just want the player to comp the changes
> in time.)  The example below will run as is:
> 
> 
> \paper {
> ragged-right = ##t
> }
> \repeat "percent" 4 s4
> 
> 
> 


Here is a solution, just change the notehead!  (thanks to Brett who sent me
the idea)

\paper {
ragged-right = ##t
}

\new Staff \relative c' {

\bar "|:"
\override NoteHead #'style = #'slash
b'4 b b b
|
b4 b b b
\revert NoteHead #'style
\bar ":|"

}



-- 
View this message in context: 
http://www.nabble.com/Rhythmic-slashes-tf2592859.html#a7233073
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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