[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
\compressEmptyMeasures wrong position
From: |
dietmar.viertel |
Subject: |
\compressEmptyMeasures wrong position |
Date: |
Tue, 23 Jul 2024 18:11:42 +0200 |
Abhängig von layout-set-staff-size gibt es Fehler in der Darstellung.
\version "2.24.4"
#(use-modules (lily accreg)) % Akkordeon Register
Noten = {
\relative c' {
\discant "111"
c2 d
R1*2
\discant "20"
e2 f
}
\bar "|."
}
\book {
\header {
title = "Mehrtaktpause und Register richtig"
}
\score {
\layout {
#(layout-set-staff-size 20)
\compressEmptyMeasures
}
\Noten
}
}
\book {
\header {
title = "Mehrtaktpause und Register falsch"
}
\score {
\layout {
#(layout-set-staff-size 30)
\compressEmptyMeasures
}
\Noten
}
}
Im Anhang sind die beiden PDF-Dateien, richtig und falsch.
In meiner Datei trat der Fehler allerdings schon bei #(layout-set-staff-size
20) auf.
Hier habe ich es mit 30 versucht, bei 22 ist es jedoch schon zu erkennen.
Viele Grüße
Dietmar Viertel
Mehrtaktpause-und-Register-falsch.pdf
Description: Adobe PDF document
Mehrtaktpause-und-Register-falsch-1.pdf
Description: Adobe PDF document
- \compressEmptyMeasures wrong position,
dietmar.viertel <=