On 10/7/21, 9:29 AM, "lilypond-user on behalf of Mahanidhi" <lilypond-user-bounces+carl.d.sorensen=gmail....@gnu.org on behalf of mahani...@protonmail.com> wrote:
To speak the truth I tried to have the music all together with /break command but what was happening is that the first line was starting not aligned with the other ones. LilyPond has a first-line indent by design. You can eliminate the indent. See https://lilypond.org/doc/v2.22/Documentation/notation/line-length HTH, Carl \version "2.22.1" \language "english" global = { \key gf \major \time 4/4 \override Glissando.style = #'trill \override Score.SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/128) \set includeGraceNotes = ##t \override Score.GraceSpacing.common-shortest-duration = #(ly:make-moment 1/132) } \paper { top-margin = 10 right-margin = 10 left-margin = 10 } \paper { #(define fonts (set-global-fonts #:roman "Times New Roman" #:sans "Nimbus Sans,Nimbus Sans L" #:typewriter "Luxi Mono" #:factor (/ staff-height pt 18) )) } \layout { \context { \Score \remove "Bar_number_engraver" defaultBarType = "" } \context { \Staff \remove "Time_signature_engraver" } indent = 0 ragged-last = ##f line-width = 190 \set includeGraceNotes = ##t } \relative c' {\global \tempo "Moderate-slow" 4 = 80 df8 df ef [ef] ef4 ef8 ff ff [ef] df4\bar "|" \break ef8 ef \glissando gf gf4 af8 gf2.\glissando \hideNotes c,4^" fine" \unHideNotes \bar "||" ff8 [ \melisma ef df] \melismaEnd df \melisma gf \melismaEnd ff [ef]ef2.\bar "|" } \addlyrics {To -- mār __ _ kri -- pār cha -- ran -- (a) ta -- le ā -- mār __ _ ā -- mi -- re __ _ hā -- rā -- bo bā -- le }