Re: A Voice with Lyrics interspersed with non-lyric melody

2019-10-07 Thread Mike Kilmer
Thanks, Simon. What I ended up realizing is that I can have a \new Voice _within_ a voice so am just doing \new Voice = "words" { c4 d e f | g1 | % la la la la la. \new Voice = "lil_melody" { g4 a g a | g a g a |

Re: Doing A Fiddle Tunebook in Lilypond

2019-10-29 Thread Mike Kilmer
Hi Sol. Looks great! I did something along these lines a couple of years ago using something called lytex, which if I recall correctly sort of combines Tex typesetting with Lilypond. You can check out the main file (and entire codebase) here: https://github.com/MikeiLL/hymnal-Vol-II/blob/mast

Quoted text in markup line

2019-12-27 Thread Mike Kilmer
Not finding an example in the docs . Can someone tell me how to include “quoted text” in `\markup { \line { \”like this\”? }}`? \version "2.18.2" \header { title = "Quotes in Markup Line" } \markup { \column {

Re: Quoted text in markup line

2019-12-27 Thread Mike Kilmer
gt; you replied to, making a mess of the thread display for most people. > > Mike Kilmer writes: > >> Not finding an example in the docs >> <http://lilypond.org/doc/v2.18/Documentation/notation/writing-text>. >> >> Can someone tell me how to in

Including an EPS

2022-12-17 Thread Mike Kilmer
Hi. I'm using GNU LilyPond 2.22.2 (running Guile 2.2) And trying to add an eps file as per docs: https://lilypond.org/doc/v2.12/Documentation/user/lilypond/Graphic#index-inlining-an-Encapsulated-PostScript-image

Re: Including an EPS

2022-12-17 Thread Mike Kilmer
r = qrcode.QRCode(version=1, box_size=30, border=3) # Adding data to the instance 'qr' qr.add_data(data) qr.make(fit=True) img = qr.make_image(fill_color='#00', back_color='white') img.save('longdarkroad.eps', lossless = True) > On Dec 17, 2022, at

Re: Including an EPS

2022-12-17 Thread Mike Kilmer
Link was incomplete. Should be https://lsr.di.unimi.it/form.php?type=snippet;id=1153;rld=m_snippet Really cool snippet, my friend. Using it. In terms of the incorrect generator output in my code, I had tried both qrcode and

2.24.3 error: Guile... (let ((book-handler (if (defined? 'default-toplevel-book-handler)

2024-01-05 Thread Mike Kilmer
Hi, all. Happy new year. Upgraded Lilypond today via homebrew (OSX 13.5.2 Ventura) Getting error: ``` GNU LilyPond 2.24.3 (running Guile 3.0) Processing `test.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page...

Align Lyrics to Hidden Melody

2014-12-10 Thread Mike Kilmer
\layout { } \midi { } } Some direction would be welcome (needless to say). (And WOW - what an amazing program. Mike Kilmer m...@madhappy.com www.madhappy.com "the best twinning of Sexual/Ethical musical wisdom in contemporary jammage" - david berman ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Align Lyrics to Hidden Melody

2014-12-10 Thread Mike Kilmer
et > } > > wordsTwo = \lyricmode { > \set stanza = #"2. " > Si -- ly li -- tle fu -- nny soun -- ding | > Al -- pha -- bet song. > } > > \score { > << > \new Voice = "one" { \melody } > \new Lyrics \lyricsto "one"

Re: Align Lyrics to Hidden Melody

2014-12-11 Thread Mike Kilmer
u ignore the warnings. > > Otherwise, looks fine. Lots of other structures will give equivalent results > - use whatever works for you, there is no "correct" structure. > > Trevor > > - Original Message - > From: Mike Kilmer > To: Trevor Daniels

chordmode variables

2014-12-12 Thread Mike Kilmer
Hi all. Loving lilypond! Does this look like a reasonable way to handle chord series variables: choruschrds = \chordmode { aes1 | aes | aes | aes | fes:m | fes:m | fes:m | aes | } = \chordmode { aes1 | aes | aes | aes | } ggga = \chordmode { ges1:m | ges:m | ges:m |

Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Mike Kilmer
Hi and Happy Holidays all. I had posted a few initial lilypond questions on StackOverflow.com and received some good responses. I’ve found S.O. to be a very user-friendly format for coding questions and answers (in terms of ease of posting and reading code/syntax) and am curious that the lilyp

Re: Use of Stackoverflow for Question/Answer forum

2014-12-23 Thread Mike Kilmer
To save other ignorant folks like me the trouble: Scores of Beauty is the lilypond blog at http://lilypondblog.org/ Scheme is a programming language used by lilypond: http://www.lilypond.org/doc/v2.18/Documentation/extending/scheme-tutorial I wonder if http://en.wikibooks.org/wi

Re: Grand Advanced Stylesheet Project (GASP)

2015-01-18 Thread Mike Kilmer
Speaking as a newbie, I also love this idea, as I’m understanding it. I had been surprised not to find a template for the “lead sheets” I’ve been making. On Jan 18, 2015, at 6:59 PM, Tom Cloyd wrote: > I have to say that I like this idea a LOT. Like Urs' suggestion too. Seems > like this shou