Re: Auto Place text after last beat of a Text Spanner

2016-09-16 Thread dtsmarin
hope I do something wrong and there is a way to tell Lilypond to ignore the spanner's bracket. \cue { c2 c c c \tuplet 3/2 { des4 d} d} des c <- This doesn't work. Best, Dimitris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Auto-Place-text-after-last

Re: Auto Place text after last beat of a Text Spanner

2016-09-16 Thread Simon Albrecht
tavation <>^\markup \italic "loco" #}) HTH, Dimitris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Auto-Place-text-after-last-beat-of-a-Text-Spanner-tp194592p194604.html <http://lilypond.1069038.n5.nabble

Re: Auto Place text after last beat of a Text Spanner

2016-09-15 Thread Pierre Perol-Schneider
ottavaWithLoco = > #(define-music-function (mus) (ly:music?) > #{ > \set Staff.ottavation = #"8va" > $mus > \unset Staff.ottavation > <>^\markup \italic "loco" > #}) > > HTH, > Dimitris > > > > -- > View this mes

Re: Auto Place text after last beat of a Text Spanner

2016-09-15 Thread dtsmarin
pond.1069038.n5.nabble.com/Auto-Place-text-after-last-beat-of-a-Text-Spanner-tp194592p194604.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: Auto Place text after last beat of a Text Spanner

2016-09-15 Thread Simon Albrecht
On 15.09.2016 22:13, dtsmarin wrote: Hi everyone! Is it possible in Lilypond to create a function that detects the last note\beat Writing LilyPond code does influence habits… of a text spanner and then places a markup on the following beat? e.g. \spanner { %music } r <- here the function