lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava dashed lines -- disable


From: Davide Liessi
Subject: Re: Ottava dashed lines -- disable
Date: Mon, 18 Feb 2013 13:04:46 +0100

2013/2/18 Noeck <address@hidden>:
>
> Am 18.02.2013 07:07, schrieb Nathan:
>> Out of curiosity, is there any way to add a "loco" marking automatically?
>
> That would be nice (it would remove the ambiguity), but I do not know how.

This works here:

%===BEGIN===

\version "2.16.0"

{
  \override Staff.OttavaBracket #'style = #'none

  \ottava #1
  c''1
  \ottava #0
  \set Staff.ottavation = #"loco"
  c'1
}


% You can also define a \loco command:

loco = {
  \ottava #0
  \set Staff.ottavation = #"loco"
}

{
  \override Staff.OttavaBracket #'style = #'none

  \ottava #1
  c''1
  \loco
  c'1
}

%===END===

Best wishes,
Davide



reply via email to

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