lilypond-user
[Top][All Lists]
Advanced

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

Re: Function to override the stem direction and flag of a single note?


From: Torsten Hämmerle
Subject: Re: Function to override the stem direction and flag of a single note?
Date: Mon, 26 Feb 2018 16:40:25 -0700 (MST)

Sorry, in my reply, the sample coding got "auto formatted" because the the
note b after < was interpreted as bold tag and everything went belly-up.
I've now inserted a space between < and b and the LilyPond code became
readable:

\version "2.19.81"

\relative {
  << 
    { \autoBeamOff e''16*2 e e e } \\ 
    { <a,, e''>8 < b e'> <c e'>    } 
  >>
}

\relative {
  << { e''16 s e s e s e s } \\ 
     { <a,, e''>8 < b e'> <c e'>    } 
  >>
}





--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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