\compressEmptyMeasures wrong position

<[email protected]>
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
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 (application/pdf, 42.3 KB) - not displayed
Mehrtaktpause-und-Register-falsch-1.pdf (application/pdf, 41.8 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.