lilypond-user
[Top][All Lists]
Advanced

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

Re: (8va) to extend to barline


From: Phil Holmes
Subject: Re: (8va) to extend to barline
Date: Sat, 28 Jun 2014 17:40:21 +0100

To do this would be poor notation.  Elaine Gould says that the line should be terminated after the notehead.

--
Phil Holmes
 
 
----- Original Message -----
From: MING TSANG
Sent: Saturday, June 28, 2014 5:37 PM
Subject: (8va) to extend to barline

Hi lilyponders,
How can I extend an ottava to the barline for c''1?  
Any help is appreciated.
Emmanuel,
Ming.

linly code:
\version "2.19.8"
\language "english"
ottavaa = {
\ottava 1
\set Staff.ottavation = \markup \bold \concat {"8" \tiny \raise #0.7
"va" }
}
ottavab = {
\ottava -1
\set Staff.ottavation = \markup \bold \concat{ "8" \tiny "vb" }
}
global = {
\key f \major
\time 4/4
}
right = {
\global
<c''e''c'''>4 \tuplet 3/2{<c'c''>8 <d'd''> <e'e''>} <e'g'e''>4 <f'a'f''> |%m66
<f'bf'f''>2
\ottavaa
bf'''16 a''' f''' c''' bf'' a'' f'' c'' |\break %m67
\ottava 1
\set Staff.ottavation = #"(8va)" bf'1\fermata %m68
r2 <>\ottava #0 r8 c''8( g'' f''16 a'') |%m69
bf''4. a'16 bf' a' f' c' f'~4 |%m71
\ottavab
<f g a >1\arpeggio %m72
}
\score {
<<
\new Staff = "right" \with {
>>
\layout { }
}


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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