Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
Aber nun sage mir bitte, warum die Lösung für mein Beispiel keine ist? Es rührt sich nichts.
staff-staff-spacingUsed to determine the distance between the current staff and the staff just below it in the same system …
\layout { \context { \Staff \override VerticalAxisGroup.default-staff-staff-spacing.basic-distance = #33 }}
Ich habe mein Beispiel mal noch bissl ergänzt...
damit komme ich leider auch nicht zum Ziel.
\new Staff = main \relative c'' { c1 << { c } \new Staff = ossia \with { alignAboveContext = "main" } { c16^"ossia" c c c c8 \stopStaff } >> c1}\layout { \context { \Staff \override VerticalAxisGroup.default-staff-staff-spacing.basic-distance = #33 }}
wenn ich aligneAbove wollte, gäbe es kein Problem - ich kämpfe mit align Below!
Sehe ich richtig, dass die Position nach deinem Code auch starr ist?Ich dachte, dass sich die Zeilen noch weiter annähern lassen... Falsch?
übrigens bekomme ich sowohl bei deinem Beispiel wie auch bei meinem die gleiche Fehlermeldung:Fehler: syntax error, unexpected '.', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN \override VerticalAxisGroup .default-staff-staff-spacing.basic-distance = #33ossiaAbstand.ly:22:0: Fehler: syntax error, unexpected '}'
\override VerticalAxisGroup #'default-staff-staff-spacing #'basic-distance = #33