Hi lilyponders!
How can I do for lengthening the brackes \[ \] after the \break?
Thank's!
\version "2.15.2"

\paper {
  #(set-paper-size "a4")
}

global = {
  \key c \major
  \time 4/4
}

flute = \relative c'' {
  \global
  % Qui segue la musica.
  a4 a a a|
  a a a \[a|\break
  a\] a\startGroup a a\stopGroup|
  a a a a|
}

\score {
  \new Staff \with {
    instrumentName = "Fl."
    midiInstrument = "flute"
  } \flute
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
      \Score
      \consists "Horizontal_bracket_engraver"
    }
  }
}

-- 
oiram/bin/selom
MkarlM-HomePage 
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to