Graham Percival wrote:
On 29-Mar-06, at 7:10 PM, David Rogers wrote:
In your .profile somewhere, add this line:
export PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin
Thanks, I've added this to the manual.
- Graham
I'm not sure if this is the right solution though. That direc
On 31-Mar-06, at 00:49, Han-Wen Nienhuys wrote:
Graham Percival wrote:
On 29-Mar-06, at 7:10 PM, David Rogers wrote:
In your .profile somewhere, add this line:
export PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin
Thanks, I've added this to the manual.
- Graham
I'm not sure
I'm getting an odd shift in lyrics placement for lyrics placed above a staff:
music = \relative c'' {
c4_\markup \small \italic "word" c c c
}
wordsOne = \lyricmode {
La la la la
}
wordsTwo = \lyricmode {
Lo lo lo lo
}
\score {
<<
\context Lyrics = top { s1 }
\context Staff =
Geoff said:
Every now and then, assigning durations to syllables really is easier than
\lyricsto. I was trying it with long-duration notes and ran into a
problem--\breve is not interpreted as a duration in Lyrics context.
Fr. P says:
I think you can do this: { word1*4 } That's the same duration as
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am sorry but the --PREFIX flag does not work as suggested
Thank you
Helder
Cameron Horsburgh wrote:
> Helder Gomes da Silva wrote:
>
>>Hello everybody,
>>
>>I am using Debian GNU/Linux. So, I downloaded the Lilypond installer to
>>my machine.
>>
Apologies for the blank subject line. This was supposed to be about \breve
value in lyricmode.
Geoff said:
Every now and then, assigning durations to syllables really is easier than
\lyricsto. I was trying it with long-duration notes and ran into a
problem--\breve is not interpreted as a duration
write this :
\new PianoStaff
\with { fontSize = #-4 \override StaffSymbol #'staff-space =
#(magstep -4)% for small
\override VerticalAlignment #'forced-distance = #5
}
view the attached file
--
Martial
http://cathemline.org
\version "2.8.0"
% Titel und Fußzeile:
\
Hello,
I would like to know, if it is possible to create textspanners with
solid line instead of the dotted line.
Greetings
Stefan Hackl
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Helder Gomes da Silva wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am sorry but the --PREFIX flag does not work as suggested
Thank you
Helder
--prefix=foo
doesn't work, you have to use
--prefix foo
I've fixed this for the next release.
--
Han-Wen Nienhuys - [EMAIL PROTECT
Could you please add some documentation on how to
install and uninstall. Currently, the only available
documentation is included in the package as --help text
and the information on how to uninstall, which is printed
at the end of the installation procedure (which definitely
is the wrong informati
I agree. And same with instrument names combined with staffgroup. It doesn't
really make any sense not to take the staffgroup-/pianostaff-symbol into
account into account.
--
View this message in context:
http://www.nabble.com/Default-bar-numbering-collision-t1367702.html#a3692531
Sent from the G
Mats Bengtsson wrote:
Could you please add some documentation on how to
install and uninstall. Currently, the only available
documentation is included in the package as --help text
and the information on how to uninstall, which is printed
at the end of the installation procedure (which definitely
Mats Bengtsson wrote:
Could you please add some documentation on how to
install and uninstall. Currently, the only available
documentation is included in the package as --help text
and the information on how to uninstall, which is printed
at the end of the installation procedure (which definitely
Paul Scott wrote:
Mats Bengtsson wrote:
Could you please add some documentation on how to
install and uninstall. Currently, the only available
documentation is included in the package as --help text
and the information on how to uninstall, which is printed
at the end of the installation procedur
Paul Scott wrote:
Paul Scott wrote:
Mats Bengtsson wrote:
Could you please add some documentation on how to
install and uninstall. Currently, the only available
documentation is included in the package as --help text
and the information on how to uninstall, which is printed
at the end of the in
Paul Scott wrote:
Paul Scott wrote:
Paul Scott wrote:
Mats Bengtsson wrote:
Could you please add some documentation on how to
install and uninstall. Currently, the only available
documentation is included in the package as --help text
and the information on how to uninstall, which is printed
a
Paul Scott wrote:
Ok. It would be good if an uninstall hint showed up when we get:
Director /usr/local/lilypond/ already exists.
Remove old lilypond installations before installing this one.
Good point. I've added this for the next release.
I have now removed the old installation completel
Thanks Martial!
Am 31. M�rz 2006, 19:19 Uhr (+0200) schrieb Martial:
> well
>
> >Is it really not possible to force a rest there? The way the
> >pianostaff is rendered is misleading and orthographically plain wrong.
>
> try this :
> % \partcombine
> <<
><< \g
Han-Wen Nienhuys wrote:
Paul Scott wrote:
Ok. It would be good if an uninstall hint showed up when we get:
Director /usr/local/lilypond/ already exists.
Remove old lilypond installations before installing this one.
Good point. I've added this for the next release.
Great! Thanks.
I have n
Paul Scott wrote:
Han-Wen Nienhuys wrote:
Paul Scott wrote:
Ok. It would be good if an uninstall hint showed up when we get:
Director /usr/local/lilypond/ already exists.
Remove old lilypond installations before installing this one.
Good point. I've added this for the next release.
Great!
2.9.1 on Debian sid:
With a \glissando following the right brace of the triplet I get:
gotitbadnotes.ly:127:40: error: syntax error, unexpected EVENT_IDENTIFIER
e4. e4^^ e8-- \times 2/3 { r8[ e c] }
\glissando
This works:
e4. e4^^ e8--
It certainly makes sense, since the glissando should be
attached to the note, not to the triplet, right?
/Mats
Paul Scott wrote:
2.9.1 on Debian sid:
With a \glissando following the right brace of the triplet I get:
gotitbadnotes.ly:127:40: error: syntax error, unexpected EVENT_IDENTIFIER
Mats Bengtsson wrote:
It certainly makes sense, since the glissando should be
attached to the note, not to the triplet, right?
Right. The exact same syntax makes sense for polyphony but not for
strictly sequential music.
Paul
/Mats
Paul Scott wrote:
2.9.1 on Debian sid:
With a \glissa
Geoff Horton gmail.com> writes:
>
> I'm getting an odd shift in lyrics placement for lyrics placed above a staff:
etc.
FWIW, the equally obscure and not-in-the-manual-yet alignAboveContext property
fixes it.
Geoff
___
lilypond-user mailing list
l
\override TextSpanner #'dash-fraction = #'()
this works for me.
--- Stefan Hackl <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I would like to know, if it is possible to create
> textspanners with
> solid line instead of the dotted line.
>
> Greetings
>
> Stefan Hackl
>
>
>
Is it possible to notate the figure below without recourse to the
hacked invisible rests?
% BEGIN HACKED INVETED BEAMING SNIPPET %
\version "2.9.1"
\new Staff {
\set stemRightBeamCount = #3
c'32[
\set stemLeftBeamCount = #1
\set stemRightBeamCount = #1
\once \override Re
26 matches
Mail list logo