Hi!
I would like to know why \[ \] does not always work, as in the example.
Is there a way to still get \[ \]? 
Thanks!
Here is an example:
\version "2.15.41"
\language "english"

\header {
  % Elimina la tagline predefinita di LilyPond
  tagline = ##f
}

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

violin = \relative c'' {
  \global
  % Qui segue la musica.
  \[a16 b c d\] \[a, b\]
}

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

-- 
oiram/bin/selom
Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni.
Linux
MIB Lilypond Frescobaldi Rosegarden 
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to