Re: \natural
2009/2/20 Nikolay Kirov : > I need to place \natural (in front of a note) like sharp or flat (aes > or ais) ignoring any automatic rules. > Is it possible? Do you mean something like a! (note the exclamation mark)? These "forced" accidentals are explained in the beginning of the Notational Reference doc. -Risto ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: \natural
Hi, See this chapter of notation reference: < http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Accidentals > Quote: Normally accidentals are printed automatically, but you may also print them manually. A reminder accidental can be forced by adding an exclamation mark ! after the pitch. A cautionary accidental (i.e., an accidental within parentheses) can be obtained by adding the question mark ?after the pitch. These extra accidentals can also be used to produce natural signs. -- Marek Klein http://gregoriana.sk 2009/2/20 Nikolay Kirov > Hi! > > I need to place \natural (in front of a note) like sharp or flat (aes > or ais) ignoring any automatic rules. > Is it possible? > > Nikolay > > -- > Nikolay Kirov Kirov > http://nikolay.kirov.be/ > Office: (+359) 2 979 2850, 2 811 0611 > Home: (+359) 2 856 8627, 0887 198 221 > > > ___ > 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
Re: \natural
Thanks! \relative c'' { a!4 aes!4 a!4 ais!4 } works! (: It's trivial but ... :) Nikolay Kirov On Fri, Feb 20, 2009 at 10:07 AM, Risto Vääräniemi wrote: > 2009/2/20 Nikolay Kirov : > >> I need to place \natural (in front of a note) like sharp or flat (aes >> or ais) ignoring any automatic rules. >> Is it possible? > > Do you mean something like a! (note the exclamation mark)? These > "forced" accidentals are explained in the beginning of the Notational > Reference doc. > > -Risto > -- Nikolay Kirov Kirov http://nikolay.kirov.be/ Office: (+359) 2 979 2850, 2 811 0611 Home: (+359) 2 856 8627, 0887 198 221 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Total invisibility
El 19.02.2009, a las 19:45, Gilles Sadowski escribió: Hi. E.g. in this instance, I would have liked to keep the drone notes and the melody notes together (i.e. in the same file) because they both are the bagpipe "content". But that, as we've seen, that makes it difficult to separate the printed from the midi output; hence I had to *separate* contents that belong together (i.e. create the "drone" staff) and then use "\tag"... No, that's not true. There's a difference between having them in the same file, and having them in the variable. You can have a variable drone = {music} and a variable pipes = {music} in the same file. And then your score has \new Staff <<\drone \pipes>> or not. I've learned with lilypond to put one thing into a variable. If there are two voice that are always two voices throughout the entire piece, then it's easier to type those two voices into separate variables and combine them in my staff, than to type them both into the same variable. Of course, that's also what I do. But having the "drone" and "melody" in separate voices is not enough Again, there's a difference between a "variable" and a "voice". ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: [Frescobaldi] Bass and Electric Bass template, tab tunings support
Andrew Wilson wrote: 2009/2/19 Grammostola Rosea : About the bass-tuning. When I do c,4\3 The fret position and the high of the C wasn't what I suspected and which should be the default imho. when I do c4\3 The note is ok, but the fret position not... Do you realise that Bass guitar is a transposing instrument that is written one octave above where it sounds? Are you taking this into acount when you say the note is in the wrong octave? Yes, and I believe that's the problem here... In bass-tuning the note is displayed correctly, but i should be transposed one octave higher (as you point out Andrew), and that isn't the case here. I dunno if that was the idea of Wilbert. I think when you choose the standard tuning, the notes and fretposition are ok, but then you have 6 strings, instead of four ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: (Bug?) Hidden staves take space if there are lyrics
Hi all, Has anyone else encountered this issue? The feature / bug still exists in 2.12.2. -Risto 2008/9/1 Risto Vääräniemi : > Hi, > > It seems that if I remove the empty staves using > RemoveEmptyStaffContext everything is usually OK if there are not > lyrics. There's equal amount of space between the staves. However, if > I throw in some lyrics the spacing is messed up and the invisible > staves start taking some space. If there are lyrics you can see the > difference when you compare the space between the first and the second > system and between the second and the third. If there's no lyrics the > spacing is normal (between 3rd and 4th staves). > > Is this a known feature / issue or a new bug? Is there a workaround > for it? I tried to search the bug repository but could not find > anything similar. > > -Risto > > %%% \version "2.11.56" \paper { ragged-right = ##t indent = 0\mm between-system-padding = 0\mm } \score { << \new Staff { c'1 c' \break c' c' \break c' c' \break c' c' } \addlyrics { foo bar foo bar } \new Staff { c'1 c' s s s s c' c' } \addlyrics { foo bar } >> \layout { \context { \RemoveEmptyStaffContext } } } %%% <>___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Total invisibility
>> E.g. in this instance, I would have liked to keep the drone notes and >> the >> melody notes together (i.e. in the same file) because they both are >> the >> bagpipe "content". >> But that, as we've seen, that makes it difficult to separate the >> printed >> from the midi output; hence I had to *separate* contents that belong >> together (i.e. create the "drone" staff) and then use "\tag"... > No, that's not true. There's a difference between having them in the > same file, and having them in the variable. You can have a variable > drone = {music} and a variable pipes = {music} in the same file. I had exactly that: 2 _variables_. > And > then your score has \new Staff <<\drone \pipes>> or not. I cannot have that (i.e. it's a personal choice to minimize the number of changes from one project to another) because the "Staff" is exported from the "contents" file: Hence at the score level, I just want to see a variable "\staves" (which is a "StaffGroup"); but no reference to the internal "drone" or "pipes". Admittedly, there might be a better way to organize the layout/contents into multiple files but if I'm not mistaken, there is a huge gap between the examples in the manual or LSR (where everything is crammed into a single file) and frameworks for large scale projects. [Some proposals have been talked about in this ML (e.g. Nicolas Sceaux's) but they are not (yet?) integral part of LilyPond.] In-between these extremes, there are many different aproaches, but not one considered to be the final "normalized" LilyPond template of templates... Best, Gilles ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
an LM update
Since the NR has the wonderful introduction to single-staff polyphony, can this be simply inserted into the LM at the appropriate point. I'm sure new users will have a much easier time of engraving their music, and many problems can be avoided later if this topic is presented in the LM the same way it's presented in the NR. Unless, of course, there's a fundamental reason not to. In which case, okay. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Total invisibility
> I cannot have that (i.e. it's a personal choice to minimize the number of > changes from one project to another) because the "Staff" is exported from > the "contents" file: Hence at the score level, I just want to see a variable > "\staves" (which is a "StaffGroup"); but no reference to the internal > "drone" or "pipes". > Two comments: First, the great thing about a program like LilyPond is that one is not constrained to templates. You create your own that works for you. Second, the problem is that you may learn over the course of several projects that your current template is somehow deficient. Much better to improve your template now and save yourself potential hours of working around an old template that may not suit all your needs. I can foresee many types of workflow for large projects, but I for one like to have many small files that feed into one or more parent files. Editing is much easier that way (at least in vim) and it offers maximum flexibility in the end. But it's taken a couple years to get a template I'm happy with. I know that's not too helpful - but I've never regretted a few hours' work getting my templates right. Good luck! Neil -- Neil Thornock, D.M. Assistant Professor of Music Composition/Theory Brigham Young University http://neilthornock.net ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Total invisibility
Hi. > First, the great thing about a program like LilyPond is that one is > not constrained to templates. You create your own that works for you. I don't see templates are not a constraint but as a time-saver. It's nice not to be constrained to a single one. But that doesn't mean that one template cannot be arguably better than another. Then, it might be interesting to have some template repository so that we can compare their respective merits and bring some ideas to improve our own. [It has been said a few times that LSR wasn't suitable for that (because of the multiple files approach).] > Second, the problem is that you may learn over the course of several > projects that your current template is somehow deficient. Much better > to improve your template now and save yourself potential hours of > working around an old template that may not suit all your needs. I > can foresee many types of workflow for large projects, but I for one > like to have many small files that feed into one or more parent files. > Editing is much easier that way (at least in vim) and it offers > maximum flexibility in the end. But it's taken a couple years to get > a template I'm happy with. > > I know that's not too helpful - but I've never regretted a few hours' > work getting my templates right. My templates are not too bad either, also built up for several years with nice tricks from here (the ML) and there (the Manual). In the end, fo the problem that started this thread, I just needed to add this \tag #'no-layout { \context Staff = "Drone" { \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 2) } \droneStaff } to my "StaffGroup", and this \removeWithTag #'no-layout \staves instead of just "\staves" to my "\score" block (the one with "\layout{}"). Best, Gilles ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Lilypond Right to Left
Hi! Is there any development in Lilypond for typesetting the music and lyrics from right to left? We would use it for setting some Syriac hymns. Thanks in advance! fr. michael gilmary, mma ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
lilypondtool toolbar in jedit and can't find file error
Just installed the latest devel version of jedit (4.3pre16), got lilypondtool (2.12r2) and other plugins installed. The toolbar for lilypondtool shows 'null' when I curser over each icon. Any fix for this? Also, when I try to run lilypond on a file from within jedit I get this error - 1:27:50 PM [AWT-EventQueue-0] [notice] String: running command %lilypond %args "F:\Lilypond Files\Algun Dia - score.ly" 1:27:50 PM [AWT-EventQueue-0] [notice] AWT-EventQueue-0: '%args' 1:27:50 PM [AWT-EventQueue-0] [notice] AWT-EventQueue-0: 'F:\Lilypond Files\Algun Dia - score.ly' 1:27:50 PM [AWT-EventQueue-0] [notice] AWT-EventQueue-0: command: lilypond [Ljava.lang.String;@6d70fc 1:27:50 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: java.io.IOException: Cannot run program "c:\Program Files\LilyPond\usr\bin\lilypond" (in directory "F:\Lilypond Files"): CreateProcess error=3, The system cannot find the path specified It claims it can't find the file that it is editing? Thanks, Chip ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Size A5 with lilypond-book
Dear all, I am editing a book with lilypond-book. The problem is that I cannot get a final PDF with exact A5 size paper. As I know, to run lilypond-book I must first of all run (as there is in the docs): lilypond-book --psfonts yourfile.lytex latex yourfile.tex dvips -o -h yourfile.psfonts -Ppdf yourfile.dvi ps2pdf yourfile.ps The problem beggins in the dvips, because the ps archive comes as a A4 paper with my book in a small A5 size inside the A4 ps. Looking through the internet I discovered that, in order to produce a A5 size ps file I must type 'dvips -t a5' But the problem is that this command doesn't seems to work with lilypond-book. Here is a minimal example: My lytex file: %%55 \documentclass[10pt,twoside]{book} \usepackage{graphicx} \usepackage{graphics} \usepackage[a5paper]{geometry} \makeatletter \pdfpagewidth=\paperwidth \pdfpageheight=\paperheight \begin{document} Testing a lilypond-book with texts and music in A5 size paper. \begin{lilypond} { c'2 g'2 } \end{lilypond} Thats it. What Am I Doing Wrong \end{document} %%55 My 'make' file %%55 file=example-A5 mkdir out lilypond-book --output=out --psfonts $file.lytex cd out latex $file.tex dvips -h $file.psfonts $file.dvi mv $file.ps .. cd .. rm -rf out/ ps2pdf $file.ps rm $file.ps %%55 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cannot correctly code this rhythm...
After many an hour reading through the manual, snippets, and forum, I've finally figured out how to do most of what I need, except this one thing: I have six measures per line, how do I get the measures to line up perfectly with each other on all the lines? I don't want to have to use tons of code, or input multiple staves, there has to be an easier (couple lines of code?) way to do this? Attached is my code, drumtest.ly. rudiments.ly needs to be in the same directory to compile. http://www.nabble.com/file/p22129298/drumtest.ly drumtest.ly http://www.nabble.com/file/p22129298/rudiments.ly rudiments.ly Ideas? RandomLilyPondUser wrote: > > I figured out the problem, and that code does work, it just didn't work > under my score, paper, layout, or drumstaff section. I simply had to put > it under the function being called in the drumstaff section. > > I only have two problems left: > > 1) since there is only one line on the staff, the bars between the > measures don't show, how do I get them back? > > 2) the measures aren't evenly spaced out, how do I make them all the same > size? >I've tried these lines of code: > \override Score.SpacingSpanner #'strict-note-spacing = > ##t > \set Score.proportionalNotationDuration = > #(ly:make-moment 1 16) >but not all measures are evenly sized, some are fatter, > especially those >with many septuplets/32nd notes. > > > Besides saying "read the manual", which I've already waded through many > times, could anyone provide some constructive help? Either give me a > "look at this page" or simply posting the code snippet would save much > frustration. > > > > Mats Bengtsson-4 wrote: >> >> RandomLilyPondUser wrote: >>> http://www.nabble.com/file/p22066496/snip.png >>> One more question - how do I make a staff with only one line with notes >>> above and below like that? >>> >>> Rhythmicstaff only allows notes on the line, on my drumstaff, I tried >>> >>> >>> \override Staff.StaffSymbol #'line-count = #1 >>> >>> but it did nothing. >>> >>> Any help is appreciated, thank you >>> >> I think you should be able to figure it out yourself, using the >> knowledge you can obtain in the Learning Manual. Hint: the drum staff is >> not handled by a "Staff" context but by something else. >> >>/Mats >> >> >> ___ >> lilypond-user mailing list >> lilypond-user@gnu.org >> http://lists.gnu.org/mailman/listinfo/lilypond-user >> >> > > -- View this message in context: http://www.nabble.com/Cannot-correctly-code-this-rhythm...-tp22066496p22129298.html 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: Cannot correctly code this rhythm...
El 20.02.2009, a las 22:57, RandomLilyPondUser escribió: After many an hour reading through the manual, snippets, and forum, I've finally figured out how to do most of what I need, except this one thing: I have six measures per line, how do I get the measures to line up perfectly with each other on all the lines? I don't want to have to use tons of code, or input multiple staves, there has to be an easier (couple lines of code?) way to do this? Attached is my code, drumtest.ly. rudiments.ly needs to be in the same directory to compile. http://www.nabble.com/file/p22129298/drumtest.ly drumtest.ly http://www.nabble.com/file/p22129298/rudiments.ly rudiments.ly Ideas? This might be difficult. It's one of the things that lilypond specifically does *not* do. http://lilypond.org/web/about/automated- engraving/introduction Oh, I'm sure it's possible, but it might be more trouble than it's worth to you. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Total invisibility
> In the end, fo the problem that started this thread, I just needed to add > this > >\tag #'no-layout { > \context Staff = "Drone" { >\override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 2) > } > \droneStaff >} > > to my "StaffGroup", and this > > \removeWithTag #'no-layout \staves > > instead of just "\staves" to my "\score" block (the one with "\layout{}"). Gotta love easy fixes! -- Neil Thornock, D.M. Assistant Professor of Music Composition/Theory Brigham Young University http://neilthornock.net ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Size A5 with lilypond-book
Hugo Ribeiro wrote: Dear all, I am editing a book with lilypond-book. The problem is that I cannot get a final PDF with exact A5 size paper. As I know, to run lilypond-book I must first of all run (as there is in the docs): lilypond-book --psfonts yourfile.lytex latex yourfile.tex dvips -o -h yourfile.psfonts -Ppdf yourfile.dvi ps2pdf yourfile.ps The procedure recommended in the recent versions of the docs is: lilypond-book --pdf yourfile.lytex pdflatex yourfile.tex which produces an A5 document with your example. In fact, the --psfonts flag doesn't even work with the latest LilyPond version, so you must use some older one, right? In your makefile below, I notice that you didn't include the -t a5 flag to dvips. Otherwise, it works well (when I try it with LilyPond version 2.10). Finally, I would recommend to replace the lines \makeatletter \pdfpagewidth=\paperwidth \pdfpageheight=\paperheight by \usepackage{hyperref} which will do the same and much more. It even seems that you don't need the -ta5 flag to dvips, then. /Mats The problem beggins in the dvips, because the ps archive comes as a A4 paper with my book in a small A5 size inside the A4 ps. Looking through the internet I discovered that, in order to produce a A5 size ps file I must type 'dvips -t a5' But the problem is that this command doesn't seems to work with lilypond-book. Here is a minimal example: My lytex file: %%55 \documentclass[10pt,twoside]{book} \usepackage{graphicx} \usepackage{graphics} \usepackage[a5paper]{geometry} \makeatletter \pdfpagewidth=\paperwidth \pdfpageheight=\paperheight \begin{document} Testing a lilypond-book with texts and music in A5 size paper. \begin{lilypond} { c'2 g'2 } \end{lilypond} Thats it. What Am I Doing Wrong \end{document} %%55 My 'make' file %%55 file=example-A5 mkdir out lilypond-book --output=out --psfonts $file.lytex cd out latex $file.tex dvips -h $file.psfonts $file.dvi mv $file.ps .. cd .. rm -rf out/ ps2pdf $file.ps rm $file.ps %%55 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: mats.bengts...@ee.kth.se WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cannot correctly code this rhythm...
RandomLilyPondUser wrote: After many an hour reading through the manual, snippets, and forum, I've finally figured out how to do most of what I need, except this one thing: I have six measures per line, how do I get the measures to line up perfectly with each other on all the lines? I don't want to have to use tons of code, or input multiple staves, there has to be an easier (couple lines of code?) way to do this? I suggest you take a look at the NR section on proportional notation: http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Proportional-notation ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cannot correctly code this rhythm...
I've already taken a look at that page - many times. I have the same proportional code in my attachment (under score), have tried putting it under many different headings, but it doesn't fix the spacing issue. Maybe you could have a go at it? Brett Duncan-2 wrote: > > RandomLilyPondUser wrote: >> After many an hour reading through the manual, snippets, and forum, I've >> finally figured out how to do most of what I need, except this one thing: >> >> I have six measures per line, how do I get the measures to line up >> perfectly >> with each other on all the lines? I don't want to have to use tons of >> code, or input multiple staves, there has to be an easier (couple lines >> of >> code?) way to do this? > > I suggest you take a look at the NR section on proportional notation: > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Proportional-notation > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Cannot-correctly-code-this-rhythm...-tp22066496p22129834.html 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: Persian musical koron and sori
> >> \override Accidental #'stencil = #ly:text-interface::print > >> \override Accidental #'font-name = #"???" > >> \override Accidental #'font-size = #? > >> \override Accidental #'text = #(lambda (grob) > >> (cdr > (assoc > >> (ly:grob-property grob 'alteration) > >> persianStrings))) > >> \override Accidental #'X-extent = #'(0 . 1) > >> \override Accidental #'Y-extent = #'(-1 . 1) > >> and so on for KeySignature I added lookup code for the positioning of the symbols and it works great with Pertout's microtonal font (http://www.pertout.com/PhD2007Introduction.htm), sample attached! Thanks again. But can't understand how to get KeySignature to print these symbols though, anyone out there that understands how to do that? Should KeySignature have a list in # 'text perhaps? Kees font.pdf Description: Adobe PDF document ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cannot correctly code this rhythm...
On 2/20/09 3:40 PM, "RandomLilyPondUser" wrote: > > > I've already taken a look at that page - many times. I have the same > proportional code in my attachment (under score), have tried putting it > under many different headings, but it doesn't fix the spacing issue. Maybe > you could have a go at it? > > How about this? Carl \version "2.12" #(set-default-paper-size "letter") \new Staff { \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) \override Score.SpacingSpanner #'strict-note-spacing = ##t \override Score.SpacingSpanner #'uniform-stretching = ##t \override Score.TimeSignature #'break-visibility = #begin-of-line-visible \repeat unfold 3 { c'4 c' c' c'} \override Score.TimeSignature #'transparent = ##t \break \time 4/4 c'4 c' c' c' \repeat unfold 2 { \repeat unfold 8 {e'8}} \break \time 4/4 \repeat unfold 2 { \repeat unfold 8 {e'8}} c'4 c' c' c' \break \time 4/4 \repeat unfold 3 { c'4 c' c' c'} \break \time 4/4 \repeat unfold 2 { c'4 c' c' c'} \repeat unfold 8 {e'8} \break \time 4/4 \repeat unfold 8 {e'8} \repeat unfold 2 { c'4 c' c' c'} \break } \layout{ indent=#0 } ~ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cannot correctly code this rhythm...
Sure, that works for a new project, but what about in the context of my drum project I've attached a couple posts back? is the repetitive repeating / unfolding / time signature code the only way to do this? Carl D. Sorensen wrote: > > > > > On 2/20/09 3:40 PM, "RandomLilyPondUser" wrote: > >> >> >> I've already taken a look at that page - many times. I have the same >> proportional code in my attachment (under score), have tried putting it >> under many different headings, but it doesn't fix the spacing issue. >> Maybe >> you could have a go at it? >> >> > > > How about this? > > Carl > > \version "2.12" > #(set-default-paper-size "letter") > > \new Staff { > \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) > \override Score.SpacingSpanner #'strict-note-spacing = ##t > \override Score.SpacingSpanner #'uniform-stretching = ##t > \override Score.TimeSignature #'break-visibility = > #begin-of-line-visible > \repeat unfold 3 { c'4 c' c' c'} > \override Score.TimeSignature #'transparent = ##t > \break \time 4/4 > c'4 c' c' c' > \repeat unfold 2 { \repeat unfold 8 {e'8}} > \break > \time 4/4 > \repeat unfold 2 { \repeat unfold 8 {e'8}} > c'4 c' c' c' > \break \time 4/4 > \repeat unfold 3 { c'4 c' c' c'} > \break \time 4/4 > \repeat unfold 2 { c'4 c' c' c'} > \repeat unfold 8 {e'8} > \break \time 4/4 > \repeat unfold 8 {e'8} > \repeat unfold 2 { c'4 c' c' c'} > \break > } > > \layout{ > indent=#0 > } > ~ > > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Cannot-correctly-code-this-rhythm...-tp22066496p22131087.html 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: lilypondtool toolbar in jedit and can't find file error
Chip wrote: Just installed the latest devel version of jedit (4.3pre16), got lilypondtool (2.12r2) and other plugins installed. The toolbar for lilypondtool shows 'null' when I curser over each icon. Any fix for this? Also, when I try to run lilypond on a file from within jedit I get this error - Nevermind, I reinstalled lilypond and now everything is working fine. -- Chip 1:27:50 PM [AWT-EventQueue-0] [notice] String: running command %lilypond %args "F:\Lilypond Files\Algun Dia - score.ly" 1:27:50 PM [AWT-EventQueue-0] [notice] AWT-EventQueue-0: '%args' 1:27:50 PM [AWT-EventQueue-0] [notice] AWT-EventQueue-0: 'F:\Lilypond Files\Algun Dia - score.ly' 1:27:50 PM [AWT-EventQueue-0] [notice] AWT-EventQueue-0: command: lilypond [Ljava.lang.String;@6d70fc 1:27:50 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: java.io.IOException: Cannot run program "c:\Program Files\LilyPond\usr\bin\lilypond" (in directory "F:\Lilypond Files"): CreateProcess error=3, The system cannot find the path specified It claims it can't find the file that it is editing? Thanks, Chip ___ 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
Frescobaldi 0.7.6 released
Hi, Frescobaldi 0.7.6 has been released. The sole new feature is context-sensitive autocomplete, supporting: - general lilypond commands and markup commands (inside markup) - contexts and layout objects and their properties - engravers, musicglyph names and midi instrument names - most used variable names in \header, \paper, \layout, etc. - some often used scheme function names Frescobaldi is a LilyPond sheet music editor for KDE4. More info: http://www.frescobaldi.org/ as always: enjoy and please report bugs and wishes :-) Wilbert Berendsen -- Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user