Deutsches Lilypond Forum (Archiv)
Allgemein => Fragen zu Funktionen => Thema gestartet von: ingmar am Donnerstag, 15. Oktober 2015, 14:47
-
Hallo,
ich möchte mein Triolenzeichen dezidiert nach oben oder unten setzen. Laut Notationsreferenz (http://www.lilypond.org/doc/v2.18/Documentation/notation-big-page.html#tuplets) müsste das folgendermaßen gehen - der Code compiliert aber nicht:
\version "2.18.2"
\relative c' { \tuplet 3/4 { c d e } }
\relative c' { \tupletDown 3/4 { c d e } }
Was tun?
--ingmar
-
Hallo ingmar,
\version "2.18.2"
\relative c' { \tuplet 3/4 { c d e } }
\relative c' { \tupletDown\tuplet 3/4 { c d e } }
Gruß,
~Pierre
-
aha! so also... Danke!
--ingmar