lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical placement of ottava line


From: Pierre Perol-Schneider
Subject: Re: Vertical placement of ottava line
Date: Tue, 23 Sep 2014 20:36:26 +0200

2014-09-23 20:26 GMT+02:00 Peter Crighton <address@hidden>:
 
That doesn’t really combine well with the previous code of \myOttavaUp. At least, I can’t get it to work.

In other words :

\version "2.19.13"

myOttavaUp = {
  \ottava #1
  \set Staff.ottavation =
           \markup\column { \vspace #.5 \italic "8va" }
}

myOttavaDown = {
  \ottava #-1
  \set Staff.ottavation =
           \markup\column { \italic "8vb" \vspace #.5 }
}

\relative c'' {
  c1
  \ottava #1
  c c
  \ottava #-1
  c c
  \ottava #0
  c
  \ottava #1
  c
  \ottava #-1
  c
  \break
  \ottava #0
  c
  \myOttavaUp
  c
  c
  \myOttavaDown
  c
  c
  \ottava #0
  c
  \myOttavaUp
  c
  \myOttavaDown
  c
}


Cheers,
Pierre


reply via email to

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