Re: \rightHandFinger write numbers (not letters)
Hi, Yannick Patois a écrit : > I tried to compile the following: > The main problem is that righthand fingering are displayed as numbers, > not letters, this does not correspond to the documentation as I > understand it. Hum, my bad: it seems just that I didnt used the right syntax. The following example works fine: \include "italiano.ly" #(define RH rightHandFinger) \score { { \set Score.fingeringOrientations= #'(left) \set Score.strokeFingerOrientations = #'(down) 4 } } As far as I understand, \RH doesnt works, one should write -\RH Then, here, LH and RH fingering are displayed properly as string, all on a single note. Thanks. Yannick ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: \rightHandFinger write numbers (not letters)
Le mardi 03 juillet 2007 à 00:45 +0200, Yannick Patois a écrit : > The french list doesnt seemd to be on gmane, btw. No, because I didn't manage to register it into Gmane. Non-list members may directly send an email to [EMAIL PROTECTED] -- John Mandereau <[EMAIL PROTECTED]> ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
compile ERROR hara-kiri pure-height
I've encountered an ERROR while compiling an older ly file (worked with 2.11.12) using 2.11.26. I updated the syntax and still received the error. (Of course, now it won't compile with the 2.11.12 any more). It is a piano part from an ensemble piece that uses the centered- dynamics workaround from the manual. I adjusted the workaround to the newer version of the manual as well. Lilypond seems to successfully interpret the music, then gives me this error: Preprocessing graphical objects...ERROR: In procedure ly:hara-kiri- group-spanner::pure-height: ERROR: Wrong type argument in position 2: 0 The piece is 150 measures long, giving me 450 measures combined of leftHand, rightHand, and centeredDynamics in which the error (or wrong argument type) could be found. Would anybody have any hints on even what to be looking for in the code so I could isolate the lines that are producing the error? I'd be very grateful! Thanks, Sean - Sean Reed Dublin [EMAIL PROTECTED] www.seanreed.ie ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RE: Space in markup using \char
Thank you Steven, but no luck. I get "error: unknown escaped string: `\concat' ", and the .pdf has "concat pi ù f" (in the proper fonts). Ralph -Original Message- From: Steven Weber [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 4:41 PM To: Palmer, Ralph; lilypond-user@gnu.org Subject: RE: Space in markup using \char The \concat command should fix this: \markup { \italic { \concat { "pi" \char #'249 } } } --Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Palmer, Ralph Sent: Monday, July 02, 2007 1:38 PM To: lilypond-user@gnu.org Subject: Space in markup using \char Greetings - Lilypond is a great program, and I appreciate all the help I've gotten from the members of this list. I had this problem once before, and just gave up, but perhaps things have changed. I've checked the manual, the program reference, and the user list archives, with no success. I'm running LilyPond 2.10.16 under WindowsXP Pro, SP2. I'm trying to use \markup to insert below the staff. Using <\char #'249>, I can get the correct last character in piu, but there's always a space between and . I'm including a short snippet illustrating the problem. Begin Snippet +++ %Section Test %piu f problem \version "2.10.16" \include "english.ly" \paper { ragged-right = ##t } SectionTest = { \key c \major \clef treble \time 4/4 c'1 | d'2_\markup {{\italic{"pi"\char #'249 }}{\dynamic{" f"}}} c'2 | } \Score { \SectionTest } ++ End Snippet + Thank you again for all your help, Ralph + Ralph Palmer, CEM Energy/Administrative Coordinator Keene State College Keene, NH 03435-2502 Phone: 603-358-2230 Cell: 603-209-2903 Fax: 603-358-2456 [EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Music Fragments, HOWTO
Hi! I would be pleased to know how to put more short fragments on one line, possibly without using lilypond-book. I found nothing about, and tried till now without success. Thanks in Advance! Francois lilypond 2.10.20 / SuseLinux ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Space in markup using \char
> Thank you Steven, but no luck. I get "error: unknown escaped string: > `\concat' ", and the .pdf has "concat pi ù f" (in the proper fonts). This has been added in the 2.11 series. Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re:Space in markup using \char
Greetings - Searching the LSR for "\char" and for "\concat" both turned up the same (single) snippet: Snippet ID 252 : Demonstrating the power and flexibility of the \markup function [0.12500]. In Snippet 252, the \concat command was commented out. I could not find "\concat" in the online manual, and "\char" turned up in the markup commands. I still have not found a combination that produces " più f "; that is, piu (with accent grave) in italics, followed by a space, followed by the dynamic mark for forte. The closest I can get is to either ignore the accent grave over the "u" or to allow a space between the "i" and the "ù". If anyone else can come up with a solution, please let me know. If and when I get a solution, I will be happy to try to submit it to the LSR. Thanks, Ralph -- Message: 3 Date: Mon, 2 Jul 2007 23:39:11 +0200 From: "Valentin Villenave" <[EMAIL PROTECTED]> Subject: Re: Space in markup using \char To: "Steven Weber" <[EMAIL PROTECTED]> Cc: lilypond-user@gnu.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 2007/7/2, Steven Weber <[EMAIL PROTECTED]>: > The \concat command should fix this: Since I had never seen it documented in the manual, I've just added it to the LSR. 2007/7/2, Palmer, Ralph <[EMAIL PROTECTED]>: > I've checked the manual, the program reference, and the user list archives, > with no success. Please remember to add the LSR in your list of useful locations :) Regards, Valentin -- Message: 4 Date: Mon, 02 Jul 2007 14:54:33 -0700 From: Graham Percival <[EMAIL PROTECTED]> Subject: Re: Space in markup using \char To: Valentin Villenave <[EMAIL PROTECTED]> Cc: lilypond-user@gnu.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Valentin Villenave wrote: > 2007/7/2, Steven Weber <[EMAIL PROTECTED]>: >> The \concat command should fix this: > > Since I had never seen it documented in the manual, I've just added it > to the LSR. It's in 8.1.8. Where else would it be? > 2007/7/2, Palmer, Ralph <[EMAIL PROTECTED]>: >> I've checked the manual, the program reference, and the user list >> archives, with no success. > > Please remember to add the LSR in your list of useful locations :) I would actually recommend _replacing_ the user list archives with LSR, not simply adding LSR as another place to search. Cheers, - Graham -- -- Message: 7 Date: Tue, 3 Jul 2007 00:23:18 +0200 From: "Valentin Villenave" <[EMAIL PROTECTED]> Subject: Re: Space in markup using \char To: "Graham Percival" <[EMAIL PROTECTED]>, "lilypond-user Mailinglist" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 2007/7/2, Graham Percival <[EMAIL PROTECTED]>: > It's in 8.1.8. Where else would it be? My bad. I should have written "I have never seen it *yet* " (it's a part that haven't been translated into French, so I didn't get to work on it). Besides, I tried to search "concat" and "\concat" in LilyPondTool's integrated Documentation, and didn't get any result. > I would actually recommend _replacing_ the user list archives with > LSR, not simply adding LSR as another place to search. This is somehow what I'm trying to do by hunting useful ideas on the -user list, so let us hope someday digging in the archives will become pointless... (of course, I can't guarantee I never miss anything, so this would imply that all the users get progressively used to contribute to the LSR -- or that I become a God, which might be more difficult...) Valentin -- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user End of lilypond-user Digest, Vol 56, Issue 6 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Space in markup using \char
> I still have not found a combination that produces " più f "; that > is, piu (with accent grave) in italics, followed by a space, > followed by the dynamic mark for forte. Why doesn't \markup { "più" } work (saved as an UTF-8 encoded file)? IIRC, the 2.10 series already use Unicode internally. Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Space in markup using \char
> Why doesn't > > \markup { "più" } > > work (saved as an UTF-8 encoded file)? IIRC, the 2.10 series already > use Unicode internally. I mean \markup { \italic { "più" } } Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Space in markup using \char
007/7/3, Palmer, Ralph <[EMAIL PROTECTED]>: Searching the LSR for "\char" and for "\concat" both turned up the same (single) snippet: Obviously, something went wrong when I added the snippet a few hours ago: the LSR is running 2.10, so I had to comment the relevant lines. I still have not found a combination that produces " più f "; that is, piu (with accent grave) in italics, followed by a space, followed by the dynamic mark for forte. The closest I can get is to either ignore the accent grave over the "u" or to allow a space between the "i" and the "ù". If anyone else can come up with a solution, please let me know. If and when I get a solution, I will be happy to try to submit it to the LSR. Here is the snippet, based on Steven's answer. It works here; if it doesn't work on your box, you will have to install LilyPond 2.11 version. snippet \layout { ragged-right = ##t } { c'1^\markup "Without \concat" | d'2_\markup {{\italic{"pi"\char #'249 }}{\dynamic {" f"}}} c'2 | } { c'1^\markup "With \concat" | d'2_\markup { \italic { \concat { "pi" \char #'249 } }{\dynamic{" f"}}} c'2 | } Regards, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
box-notationy-thing
Hi all, I'm trying to create a measure in a PianoStaff with repeat bars on either side and a thick line extending from the barline to the right of the measure. I'm trying to create the thick line with a third staff and then use StartStaff and StopStaff to alternate between "staff" and "thick line". The problem is that the StartStaff and StopStaff cause the staff to overlap with the repeat bar sign. I'd like to have staff line continue through the repeat bar, but have the thick line (really just the other staff) begin and end outside of the repeat bar (adjoining it). Has anyone else found a better solution to this kind of problem? Or is there a way to tweak where exactly the StartStaff function begins in relation to the barline? Here's what I've got so far (2.10.23): % upper = \relative {c'4 c c c \stopStaff s1 \startStaff \bar "|:" c4 c c c \bar ":|" \stopStaff s1} spacer = {\override Staff.Clef #'transparent = ##t \override Staff.TimeSignature #'transparent = ##t \override Staff.StaffSymbol #'line-count = #9 \override Staff.StaffSymbol #'line-positions =#' (0.4 0.3 0.2 0.1 0 -0.1- 0.2 -0.3 -0.4) \override Staff.BarLine #'transparent = ##t \stopStaff s1 \startStaff s \stopStaff s \startStaff s } lower = \relative {\clef bass c,1 \stopStaff s1 \startStaff c1 \stopStaff s1} \score {\new PianoStaff \with {\override VerticalAlignment #'forced-distance = #5.5 } << \new Staff = "upper" \upper \new Staff = "spacer" \spacer \new Staff = "lower" \lower >> } %%% Thanks! Neil ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Space in markup using \char
Ralph: ... > I still have not found a combination that produces " più f "; that is, > piu (with accent grave) in italics, followed by a space, followed by the > dynamic mark for forte. The closest I can get is to either ignore the > accent grave over the "u" or to allow a space between the "i" and the > "ù". If anyone else can come up with a solution, please let me know. If > and when I get a solution, I will be happy to try to submit it to the > LSR. Try attached file. If you have problems generating unicode chars, you can enter them as latin-1 in a file and run "recode l1..u8 < inp > out" on it. You then have a file with the needed unicode chars at hand. Regards, /Karl --- Karl HammarAspö Data [EMAIL PROTECTED] Lilla Aspö 2340Networks S-742 94 Östhammar +46 173 140 57 Computers Sweden +46 70 511 97 84 Consulting --- \version "2.6.5" pf = \markup { \bold\italic { "più" \dynamic f } } Ma = \relative g' { \key c \major \time 4/4 g1_\pf } \score { \new Staff { \Ma } }___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Overlapping figer indications
Hi, With lilypond-2.11.27-1, the following code overlap the "m" and "i" indications set by the rightHandFinger command. \include "italiano.ly" #(define RH rightHandFinger) \score { { \set Score.fingeringOrientations= #'(left) \set Score.strokeFingerOrientations = #'(up down right) \relative do' { << { 4 } \\ { 4.} >> } } } Thanks for any suggestion. Yannick ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Francois Planiol-Auger skrev: I would be pleased to know how to put more short fragments on one line, \version "2.10.25" musa = \markup \score { { c d e f } \layout{ ragged-right = ##t } } musb = \markup \score { << \new Staff { c' d' e' f' } \new Staff { c' d' e' f' } >> \layout{ ragged-right = ##t } } musc = \markup \score { { c d e f c' d' e' f' } \layout{ ragged-right = ##t } } \markup \line { \musa \musb \musc } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: lilypond-book and pagebreaking
I still haven't managed to get \addpenalty to do anything useful, but here's a magic word that makes the pagebreak not happen after the header: \usepackage{ifthen} \newcommand{\betweenLilyPondSystem}[1]{ \ifthenelse{\equal{#1}{1}}{\nopagebreak\linebreak }{\linebreak} } -- Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ ) (617) 661-8097 fax: (501) 641-5011 233 Broadway, Cambridge, MA 02139 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RE: Space in markup using \char
Greetings - I upgraded to 2.11.27, and was successful, using \concat. I did not run convert-ly, but the file was interpreted correctly, and there was no version error message in the log file. Is it not necessary to convert .ly files for the development version if you've been running the most recent stable version? Ralph -Original Message- From: Valentin Villenave [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 9:13 AM To: Palmer, Ralph Cc: lilypond-user@gnu.org Subject: Re: Space in markup using \char 007/7/3, Palmer, Ralph <[EMAIL PROTECTED]>: > Searching the LSR for "\char" and for "\concat" both turned up the > same > (single) snippet: Obviously, something went wrong when I added the snippet a few hours ago: the LSR is running 2.10, so I had to comment the relevant lines. > I still have not found a combination that produces " più f "; that is, > piu (with accent grave) in italics, followed by a space, followed by > the dynamic mark for forte. The closest I can get is to either ignore > the accent grave over the "u" or to allow a space between the "i" and > the "ù". If anyone else can come up with a solution, please let me > know. If and when I get a solution, I will be happy to try to submit it to > the LSR. Here is the snippet, based on Steven's answer. It works here; if it doesn't work on your box, you will have to install LilyPond 2.11 version. snippet \layout { ragged-right = ##t } { c'1^\markup "Without \concat" | d'2_\markup {{\italic{"pi"\char #'249 }}{\dynamic {" f"}}} c'2 | } { c'1^\markup "With \concat" | d'2_\markup { \italic { \concat { "pi" \char #'249 } }{\dynamic{" f"}}} c'2 | } Regards, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Francois Planiol-Auger skrev: Thanks. Unfortunately, it doesnt work well. Ich just copy-pasted this source. The result ist not on a line but every fragment is under the last. > I use 2.10.20 That is weird - it works fine here (2.10.25). Can others reproduce? Otherwise I suggest you update to a newer version of lilypond. -Rune ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
after title space
hi! I have a problem in setting the spaceaftertitle. Setting aftertitlespace in a \paper block alters the separation but it does it for all the \markup in the score. I want to set the space only after the title.. Sorry for my english, I dont know ifi?m clear enaught.. Here is some code > \paper {after-title-space = 1.5\cm} %%this set the space after every > \markup.. > > \header {title =\markup \center-align { "Paradidle Grooves" } > } > > I = \drummode {\repeat unfold 2 {bd16 sn bd bd sn bd sn sn} > } > > II = \drummode {\repeat unfold 2 {bd16 sn sn bd sn bd bd sn} > } > > III = \drummode {\repeat unfold 2 {bd16 bd sn bd sn sn bd sn} > } > > IV = \drummode {\repeat unfold 2 {bd16 sn bd sn sn bd sn bd} > } > > \markup {"First"} > \new DrumStaff {<<\new DrumVoice { \voiceOne \I }>>} > > \markup {"Second"} > \new DrumStaff {<<\new DrumVoice { \voiceOne \II }>>} > > \markup {"Third"} > \new DrumStaff {<<\new DrumVoice { \voiceOne \III }>>} > > \markup {"Fourth"} > \new DrumStaff {<<\new DrumVoice { \voiceOne \IV }>>} > I would like to set only the space between the title and all other things.. thanks! -- View this message in context: http://www.nabble.com/after-title-space-tf4019660.html#a11416577 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
I've tried it with 2.10.15, everything fine... ole Am 03.07.2007 um 19:03 schrieb Rune Zedeler: Francois Planiol-Auger skrev: Thanks. Unfortunately, it doesnt work well. Ich just copy-pasted this source. The result ist not on a line but every fragment is under the last. > I use 2.10.20 That is weird - it works fine here (2.10.25). Can others reproduce? Otherwise I suggest you update to a newer version of lilypond. -Rune ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
how to
I searched all the guide and the reference, but I wasn't able to findo out how to notate a BEND before the note (there's only a bendAfter command). Thanks ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Hi again! I upgraded, but it is the same. The Shell says: GNU LilyPond 2.10.25 »testMulticol.ly« wird verarbeitet Analysieren... testMulticol.ly:4:0: Fehler: syntax error, unexpected STRING { c d e f } testMulticol.ly:5:2: Fehler: syntax error, unexpected STRING, expecting '=' \layout{ ragged-right = ##t } testMulticol.ly:6:0: Fehler: syntax error, unexpected '}' } testMulticol.ly:9:0: Fehler: syntax error, unexpected STRING << \new Staff { c' d' e' f' } \new Staff { c' d' e' f' } >> testMulticol.ly:10:2: Fehler: syntax error, unexpected STRING, expecting '=' \layout{ ragged-right = ##t } testMulticol.ly:11:0: Fehler: syntax error, unexpected '}' } testMulticol.ly:14:0: Fehler: syntax error, unexpected STRING { c d e f c' d' e' f' } testMulticol.ly:15:2: Fehler: syntax error, unexpected STRING, expecting '=' \layout{ ragged-right = ##t } testMulticol.ly:16:0: Fehler: syntax error, unexpected '}' } testMulticol.ly:19:3: Fehler: Ungültige Fluchtsequenz: »\musa« \musa testMulticol.ly:20:3: Fehler: Ungültige Fluchtsequenz: »\musb« \musb testMulticol.ly:21:3: Fehler: Ungültige Fluchtsequenz: »\musc« \musc Interpretation der Musik...[1] Vorverarbeitung der grafischen Elemente... Interpretation der Musik...[1] Vorverarbeitung der grafischen Elemente... Interpretation der Musik...[2] Vorverarbeitung der grafischen Elemente... Layout nach »testMulticol.ps« ausgeben... Konvertierung nach »testMulticol.pdf«... Fehler: gescheiterte Dateien: "testMulticol.ly" Francois Am Dienstag, 3. Juli 2007 19:03 schrieben Sie: > Francois Planiol-Auger skrev: > > Thanks. Unfortunately, it doesnt work well. > > Ich just copy-pasted this source. The result ist not on a line but every > > fragment is under the last. > > > > I use 2.10.20 > > That is weird - it works fine here (2.10.25). > Can others reproduce? > Otherwise I suggest you update to a newer version of lilypond. > > -Rune --- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Francois Planiol-Auger skrev: I upgraded, but it is the same. This is sooo weird. What do others say? Anyone? -Rune ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Having trouble with custom paper size/layout
Eric Schwartz <[EMAIL PROTECTED]> writes: > I'm currently working on a vocal score. I'd like to lay out the > music on legal paper, landscape, with two pages per sheet. Like this > laughable excuse for ASCII art: > > > - > |Title| | > | === | === | > | === | === | > | === | === | > | === | === | > | | | > - That's good ASCII art to these eyes. :) > > My first effort has failed. I tried creating a new paper size in > paper.scm with the following: > > ("halflegal" . (cons (* 7.0 in) (* 8.5 in))) > > Also here's my "\paper" block: > > \paper { > #(set-paper-size "halflegal") > paper-width = 7\in > paper-height = 8.5\in > top-margin = 5\mm > left-margin = 16\mm > line-width = 156.0\mm > bottom-margin = 6\mm > } > > > But while that successfully constricts what's rendered in the ps/pdf file, it > doesn't generate anything printable: systems are cut off mid-measure, and the > question of 2-per-page is not addressed. That's strange. It sort of matches what I use for a 6" x 9" book: #(append! paper-alist '(("6x9" . (cons (* 6 in) (* 9 in) #(set-global-staff-size 16) #(set-default-paper-size "6x9") \paper { left-margin = 20 \mm line-width = 112 \mm top-margin = 10 \mm bottom-margin = 10 \mm } \layout { \context { \Lyrics \override LyricText #'font-size = #1 } } (This is with 2.11.23, but there should be no difference there.) The font-size override is there to make the lyric text more readable with small music; you should probably just disregard that. I set the global staff size in the same file as well (this is all pasted from an include file I use). I see two[1] possibilities here: - I've done something with the syntax that works better, or - your right side margin is too narrow (5.8 mm, if my calculations are correct). - something strange happens after LilyPond in your tool chain. I'm not sure if any of this was useful to you, but I've used the above setup successfully to produce PDFs in 6x9 format. (These are then joined with pdflatex and pdfpages, and the margins further adjusted there, but that's another story entirely.) Slightly off-topic, the spacing can get somewhat strange when typesetting multi-staff vocal music on minimal space, like in these cases. Nothing I can easily reproduce in a minimal bug report, just a bit too wide at times. Has anyone else seen this? (That's with 2.11 and the new spacing stuff, of course.) [1] for some reason, this always happens to me. I take some comfort in the thought that it apparently also happened a lot to the Spanish Inquisition. -- Arvid ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
2007/7/3, Rune Zedeler <[EMAIL PROTECTED]>: This is sooo weird. What do others say? Anyone? It works here, but I'm running 2.11 :) François, have you checked if your code is right (if the braces are correctly balanced, etc)? Maybe something was corrupted during the installation process; have you tried to compile simple snippets such as { abcd } ...Or maybe you could try again with the developpement version (lilypond 2.11.27-1)? Regards Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Le mardi 03 juillet 2007 à 22:34 +0200, Rune Zedeler a écrit : > Francois Planiol-Auger skrev: > > > I upgraded, but it is the same. > > This is sooo weird. > What do others say? > Anyone? Rune, the ly code you proposed works fine on my i686 box with Fedora 7 and Lily 2.10.25. Cheers, John ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Magic (rhythmic) staff repositioning?
Hi, Is there a reason the RhythmicStaff jumps down to the *lowermost* staff position in the following snippet? %%% BEGIN %%% \version "2.11.26" \new GrandStaff << \new Staff { c''4 } \new RhythmicStaff { g'4 } \new Staff { c'4 } %%% END %%% Changing GrandStaff to Score puts the RhythmicStaff back in the middle. -- Trevor Bača [EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
No GrandStaff possible around (rhythmic) staves?
Hi, Is there a reason that no GrandStaff brace draws at all in the following example? %%% BEGIN %%% \version "2.11.26" \new GrandStaff << \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } %%% END %%% -- Trevor Bača [EMAIL PROTECTED] <>___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Rune, I saw your log and suspected something with locale problems. But I got no problems with Lilypond 2.11.25 at a German Windows XP. | GNU LilyPond 2.11.25 | »rune.ly« wird verarbeitet | Analysieren... | Interpretation der Musik... | Vorverarbeitung der grafischen Elemente... | Zeilenumbrüche werden berechnet... | Drawing systems... | Interpretation der Musik... | Vorverarbeitung der grafischen Elemente... | Zeilenumbrüche werden berechnet... | Drawing systems... | Interpretation der Musik... | Vorverarbeitung der grafischen Elemente... | Zeilenumbrüche werden berechnet... | Drawing systems... | Finding the ideal number of pages... | Fitting music on 1 page... | Drawing systems... | Layout nach »rune.ps« ausgeben... | Konvertierung nach »rune.pdf«... Best regards, Helge ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: locale problem with jedit + lilypond under Windows XP
> If German messages show incorrectly in Windows console, try to > prefix lilypond command line with > > chcp 65001 && > > to enable UTF-8. This trick has been reported by a French user; I > don't know how it works in jEdit. This was a very helpful advice! My son now sees error messages in English. Thanks! Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Music Fragments, HOWTO
Hi again, The snippets doesnt work without \score or \relative, indeed. It also doesnt accept identifiers... I build the whole file from 0 to get where the problem comes. Either it isnt very elegant, I can cope with it.It work fine with: \version "2.10.25" \paper { % #(define dump-extents #t) indent = 0\mm line-width = 160\mm - 2.0 * 0.4\in ragged-right = ##t % force-assignment = #"" % line-width = #(- line-width (* mm 3.00)) } \layout { } \markup { \line { \score { \relative c'' { c4 a b c } \layout { ragged-right = ##t } } \null \score { \relative c'' { c4 a g a } \layout { ragged-right = ##t } } \null \score { \relative c'' { c4 a b a } \layout { ragged-right = ##t } } } } Either it isnt very elegant, I can cope with it. I have to try now with pianoStaff Francois Am Dienstag, 3. Juli 2007 23:11 schrieb Valentin Villenave: > 2007/7/3, Rune Zedeler <[EMAIL PROTECTED]>: > > This is sooo weird. > > What do others say? > > Anyone? > > It works here, but I'm running 2.11 :) > > François, have you checked if your code is right (if the braces are > correctly balanced, etc)? > > Maybe something was corrupted during the installation process; have > you tried to compile simple snippets such as > { abcd } > ...Or maybe you could try again with the developpement version > (lilypond 2.11.27-1)? > > Regards > Valentin > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user