Re: How to join notes in markup?

2016-04-01 Thread tisimst
de. > > \override Score.SpacingSpanner.spacing-increment = #1 > > \override TupletNumber.text = > > #(tuplet-number::append-note-wrapper > > (tuplet-number::non-default-tuplet-fraction-text 12 7) "8") > > \tuplet 12/7 { c4. c c c } >

Re: How to join notes in markup?

2016-04-01 Thread Thomas Morley
2016-03-11 22:58 GMT+01:00 Thomas Morley : > 2016-03-11 11:21 GMT+01:00 tisimst : > >> (though further suggestions for improvement >> are welcome). >> >> Thanks, >> Abraham > > Hi Abraham, > > just had a more thoroughly look at your snippet at

Re: How to join notes in markup?

2016-03-11 Thread Thomas Morley
2016-03-11 11:21 GMT+01:00 tisimst : > (though further suggestions for improvement > are welcome). > > Thanks, > Abraham Hi Abraham, just had a more thoroughly look at your snippet at http://lsr.di.unimi.it/LSR/Item?id=1029 The biggest issue I see is how to change

Re: How to join notes in markup?

2016-03-11 Thread tisimst
proach compared with the > _best_ what LilyPond could do before not compared to some worse > coding. > Hence, I'd change the "before" to using \beam. That's fair. The change has been applied (thanks, Pierre!). I also tweaked the verbiage of the description (though further suggestions for improvement are welcome). Thanks, Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-join-notes-in-markup-tp187711p188436.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to join notes in markup?

2016-03-10 Thread Thomas Morley
2016-03-10 20:40 GMT+01:00 tisimst : > Pierre, > > On Thu, Mar 10, 2016 at 12:35 PM, Schneidy [via Lilypond] <[hidden email]> > wrote: >> >> A tiny little question: >> >> \version "2.19.37" >> >> \markup { >> Let's try something simple: >> \note #"8" #UP + \note

Re: How to join notes in markup?

2016-03-10 Thread tisimst
\translate #'(...), etc.) for each part of the music. That's the beauty of that function, since it takes care of all that automatically! That's all the example was meant to show. (I didn't create the "before" part of the example, btw. Not that it matters.) Best, Abraham -- View this me

Re: How to join notes in markup?

2016-03-10 Thread Pierre Perol-Schneider
unction in the LSR: > http://lsr.di.unimi.it/LSR/Item?id=1029 > > Best, > Abraham > > P.S. Sorry for changing the name, Fan (was originally called "eznotes"). I > realized it might cause some people to think it has something to do with Easy > Note Heads > <

Re: How to join notes in markup?

2016-03-10 Thread tisimst
do with Easy Note Heads <http://www.lilypond.org/doc/v2.19/Documentation/notation/note-heads#easy-notation-note-heads>, which it doesn't. -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-join-notes-in-markup-tp187711p188398.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to join notes in markup?

2016-02-25 Thread tisimst
http://lsr.di.unimi.it/LSR/Item?id=204 HTH, Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-join-notes-in-markup-tp187711p187715.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing l

How to join notes in markup?

2016-02-25 Thread Fan Hongtao
Hi, all I want to write some words with music notes. I can write single note, but don't know how to join them. \version "2.18.2" { \clef bass c8[ c] } \markup { % How to join the following two notes? \note-by-number #3 #0 #UP \note-by-number #3 #0 #UP } -- Best Wishes, Fan Hongtao