lilypond-user
[Top][All Lists]
Advanced

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

Re: the bracket \[ does not work! A bug?


From: Phil Holmes
Subject: Re: the bracket \[ does not work! A bug?
Date: Mon, 9 Jul 2012 11:46:07 +0100

It's because LilyPond does not like putting ligatures over beamed notes.  If you use \autoBeamOff the ligatures are correctly presented.

--
Phil Holmes
 
 
----- Original Message -----
Sent: Monday, July 09, 2012 11:25 AM
Subject: the bracket \[ does not work! A bug?

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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