bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Staff breaking in unmetered music in LilyPond version 2.18.2.


From: Mirosław Doroszewski
Subject: Staff breaking in unmetered music in LilyPond version 2.18.2.
Date: Tue, 20 Dec 2016 20:45:08 +0100

\version "2.18.2"
\include "deutsch.ly"

%{
Staff breaking in unmetered music in LilyPond version 2.18.2.
1. In unmetered music staff breaking is not calculated automatically,
as it is described in manuals. It implies that measures can be
extended and manually calculate putting empty bar lines.
2. My solution is not calculated automatically: putting empty barline
(\bar "") after each note.
3. So, please, make solution: in unmetered music staff breaking done
automatically.
%}

\paper {
        #(set-paper-size "a6" 'portrait)
        indent = 0\mm
        ragged-bottom = ##t
        ragged-last-bottom = ##t
        top-margin = 1 \cm
        bottom-margin = 1 \cm
        line-width = 8.8 \cm
        tagline = ##f
        print-all-headers = ##t
}
#(set-global-staff-size 12.0)

t = { \bar "" }

\score {
        \layout {
                \context { \Staff \remove "Time_signature_engraver" }
                ragged-last = ##t
        }
        \relative c' {
                \transpose e d' {
                        \key e \minor
                        \time 1/8       
                        \autoBeamOff
                        \cadenzaOn      
                        e8 \t e \t dis4 \t e \bar "'" e8 \t e \t dis4 \t e \bar 
"'"
                        g8 \t g \t g4 \t fis8 \t e \t fis4 \t fis \bar "'"
                        fis8 \t fis \t g \t e \t dis!4 \t e \bar ":|.|:"
                        \bar ":|.|:"
                        e8 \t fis \t g \t g \t g \t g \t g \t fis \t e \t fis4 
\t fis \bar "'"
                        fis \t g8[ \t fis] \t e \t dis!4 \t e \bar ":|.|:"
                        \bar ":|.|:"
                        e8[ \t fis] \t g \t g \t g \t g \t g \t fis \t e \t 
fis4 \t fis \bar "'"
                        fis8 \t fis \t g[ \t fis] \t e \t dis!4 \t e \bar ":|."
                        \cadenzaOff
                }
        }
        \addlyrics {
                Świę- ty Bo- że, Świę- ty moc- ny,
                Świę- ty, a nie- śmier- tel- ny,
                zmi- łuj się nad na- mi!
                
                Od po- wie- trza, gło- du, o- gnia i woj- ny
                wy- baw nas, Pa- nie!
                
                Od na- głej, a nie- spo- dzia- nej, śmier- ci
                za- cho- waj nas, Pa- nie!
        }
}

Attachment: Staff breaking in unmetered music - default settings.pdf
Description: Adobe PDF document

Attachment: Staff breaking in unmetered music - solution.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]