2013/2/18 Noeck <[email protected]>:
>
> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user