2014-09-23 20:26 GMT+02:00 Peter Crighton <petecrigh...@gmail.com>:

> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to