Re: Breaking automatic beams

2006-05-05 Thread Jeff
Graham Percival  gmail.com> writes:

> Have you tried using manual beams?  [ ]
> 
> Cheers,
> - Graham
> 


Thanks, that worked. I should have thought of that!

Jeff



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Breaking automatic beams

2006-05-05 Thread Graham Percival


On 5-May-06, at 2:26 PM, Jeff wrote:

One part of my composition looks like this, but the \nobeam function 
causes an
error when the code is compiled. I want the {quarter note + eight 
note} triplet
beam to be separated from the following {quarter note + quarter note + 
quarter
note} triplet, BUT I still want a tie between the last eight note of 
the first
triplet and the first eighth note of the second triplet. Is there a 
way to do

this without making these two triplets into a sextuplet?


Have you tried using manual beams?  [ ]

Cheers,
- Graham



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Breaking automatic beams

2006-05-05 Thread Jeff
One part of my composition looks like this, but the \nobeam function causes an
error when the code is compiled. I want the {quarter note + eight note} triplet
beam to be separated from the following {eighth note + eighth note + eighth
note} triplet, BUT I still want a tie between the last eight note of the first
triplet and the first eighth note of the second triplet. Is there a way to do
this without making these two triplets into a sextuplet?

\relative{
 \time 3/4
 \clef treble
 \key c \major
r2.
\times 2/3 {g''4 e8~} e2
\times 2/3 {g4 e8~} 
\times 2/3 {e8 d8 e8} \nobeam
e4 f2.~ f2.~ f2.\fermata
}

Thanks,
Jeff







___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


TEX output

2006-05-05 Thread Thorsten Mueller

Hi all,

I tried to get an tex-output with version 2.8.1
I tried the follwing things:
I took a file from the documentation: petite-ouverture-a-danser.ly
lilypond petite-ouverture-a-danser.ly --> works I get a ps and pdf output
lilypond -f svg -b svg petite-ouverture-a-danser.ly -->works a get an 
svg-picture


lilypond -f tex -b tex petite-ouverture-a-danser.ly --> failure:
GNU LilyPond 2.8.1
Processing `petite-ouverture-a-danser.ly'
Parsing...
Interpreting music... [8][16][24][32][40][47]
Preprocessing graphical objects...
Calculating line breaks... 
[3][6][9][12][15][18][21][24][27][30][33][36][39][42][45][47]ERROR: 
Unbound variable: TEX_STRING_HASHLIMIT


lilypond -f dvi -b tex petite-ouverture-a-danser.ly --> failure:
GNU LilyPond 2.8.1
Processing `petite-ouverture-a-danser.ly'
Parsing...
Interpreting music... [8][16][24][32][40][47]
Preprocessing graphical objects...
Calculating line breaks... 
[3][6][9][12][15][18][21][24][27][30][33][36][39][42][45][47]ERROR: 
Unbound variable: TEX_STRING_HASHLIMIT


I tried to find the variable TEX_STRING_HASHLIMIT and found it with 
"grep" in output-texstr.scm bu there it is definded shortly before use 
and in /usr/local/lilypond/usr/bin/lilypond, so I would guess a library 
or s.th. like this is missing, but I'm stucked at this point!


Any ideas or help are welcome!

Thorsten


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Musical notation of guitar chords.

2006-05-05 Thread Rick Hansen (aka RickH)

I assign my fret markup to variables like this:

frIFDomSevFltNinI = \markup { \center-align { 
\line { F \super \line { 7 \raise #0.5 \flat 9 } } 
\fret-diagram-terse #"2;x;1;2;1;x;"
 } }

frICI = \markup { \center-align { 
\line { C \super \line {  } } 
\fret-diagram-terse #"x;3;2;o;1;o;"
 } }

frIIDDimSevIII = \markup { \center-align { 
\line { D \super \line { dim7 } } 
\fret-diagram-terse #"x;x;3;4;3;4;"
 } }

etc...

And I keep them all in a separate \include file.

Then I simply re-state those variables in a Lyrics Staff above the music
Staff with the duration number behind the variable names.  By using an
\include file I can get some re-useablity of my fret board markups, and over
time build up a chord library.


Here is an example of an arrangement I did that uses this technique:

http://www.windcrestsoftware.com/Rick/DannyBoy.pdf


For the markup shown above make sure the Lyric Text context sets the word
spacing to a small value like .1 otherwise the letters will be too spread
out.

LyricText #'word-space=0.1


--
View this message in context: 
http://www.nabble.com/Musical-notation-of-guitar-chords.-t1561237.html#a4255157
Sent from the Gnu - Lilypond - User forum at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Breaking automatic beams

2006-05-05 Thread Jeff
One part of my composition looks like this, but the \nobeam function causes an
error when the code is compiled. I want the {quarter note + eight note} triplet
beam to be separated from the following {quarter note + quarter note + quarter
note} triplet, BUT I still want a tie between the last eight note of the first
triplet and the first eighth note of the second triplet. Is there a way to do
this without making these two triplets into a sextuplet?

\relative{
 \time 3/4
 \clef treble
 \key c \major
r2.
\times 2/3 {g''4 e8~} e2
\times 2/3 {g4 e8~} 
\times 2/3 {e8 d8 e8} \nobeam
e4 f2.~ f2.~ f2.\fermata
}

Thanks,
Jeff




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: convert-ly on windows without cygwin

2006-05-05 Thread Bertalan Fodor

What command has been set for convert-ly on your setup in Plugin Options?

Bert

Colin Wilding wrote:


If you use LilyTools for jEdit you can run convert-ly from the Lilypond
toolbar and menu.  It works fine for me on XP and does not depend on Cygwin; 
it also works with the version of Python that comes with Lilypond


I find jEdit with LilyTools great for editing Lilypond files.  It has syntax
highlighting lots of other useful features, and you can run Lilypond at the
click of a mouse or with a keyboard shortcut.  It's a couple of versions
behind on Lilypond but that's not a fatal problem.
 






___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Setting up vocal scores with uniformly-spaced staves

2006-05-05 Thread zrlaszlo

It is really interesting the way you figured out the spacing. It helped me so
far. I do a lot of SATB myself, but I do not have your experience yet.
Now I have a problem with lyrics placement e. g. multiple lines of lyrics in
the same stanza, or multiple lines that continue at some point with only
one. See the pictures. I already launched a thread on this issue, but I only
found out afterwards that you are into SATB.
Please take a look at the pictures.
Lots of thanks,
Zoltan V. Laszlo http://www.nabble.com/user-images/2880.jpg 
http://www.nabble.com/user-images/2881.jpg 
--
View this message in context: 
http://www.nabble.com/Setting-up-vocal-scores-with-uniformly-spaced-staves-t1553556.html#a4249747
Sent from the Gnu - Lilypond - User forum at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: convert-ly on windows without cygwin

2006-05-05 Thread Colin Wilding

If you use LilyTools for jEdit you can run convert-ly from the Lilypond
toolbar and menu.  It works fine for me on XP and does not depend on Cygwin; 
it also works with the version of Python that comes with Lilypond

I find jEdit with LilyTools great for editing Lilypond files.  It has syntax
highlighting lots of other useful features, and you can run Lilypond at the
click of a mouse or with a keyboard shortcut.  It's a couple of versions
behind on Lilypond but that's not a fatal problem.
--
View this message in context: 
http://www.nabble.com/convert-ly-on-windows-without-cygwin-t1559081.html#a4249648
Sent from the Gnu - Lilypond - User forum at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Fonts not scaled when changing font tree

2006-05-05 Thread zrlaszlo

I met the same problem in the same conditions (same WinXP, same lily
version). I am not sure whether it is a bug or a mistake. Maybe a
misunderstanding of the syntax. Here is the workaround (e. g.):

#(set-global-staff-size 13)
\paper {
myStaffSize = #13
#(define fonts
(make-pango-font-tree "Warnock Pro Caption"
"Myriad Pro"
"Luxi Mono"
(/ myStaffSize 20)))

Notice that the values (here 13) in #(set-global-staff-size 13) and
myStaffSize = #13 have to be the same. Now the fonts should be scaled
properly. I already typeset a few nice scores this way.
Cheers,
Zoltan.
--
View this message in context: 
http://www.nabble.com/Fonts-not-scaled-when-changing-font-tree-t1555713.html#a4245862
Sent from the Gnu - Lilypond - User forum at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Stacking up lyrics in same stanza

2006-05-05 Thread zrlaszlo

My problem is about stacking up lyrics in the same stanza, bracketing them
and vertically adjusting the stanza number. See picture.
I played around with a lot of things for days, but I did not find any serios
workaround. Please, help!
http://www.nabble.com/user-images/2880.jpg 
--
View this message in context: 
http://www.nabble.com/Stacking-up-lyrics-in-same-stanza-t1563270.html#a4245337
Sent from the Gnu - Lilypond - User forum at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: convert-ly on windows without cygwin

2006-05-05 Thread Michal Vopalensky

> I've installed lilypond v2.8 on windows xp. It is not a cygwin version. I
> must be stupid, but I cannot find how to run convert-ly in my case!?! I've
> read that a DOS prompt is not the right way, and a simple or double click on
> it does not allow me to inform it which file I want to convert.

Hi, I solved my problems with LilyPond under WinXP installing Python 2.4. I had
problems with lilypond-book actually, but I think the same could fix your
problem with convert-ly. One recommendation: Don't install anything that you
want to run from DOS prompt into \Program Files\. The space in the directory
name causes problems. I installed LilyPond as well as Python into the root
directory and becam e a happy user.

Hope this will help you,

Michal Vopalensky



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user