SoundsFromSound wrote > > Brian Guo wrote >> Hello, >> >> I need help with writing the following notation: >> >> 1) Multiplication signs in time signatures (such as (3×2)/8) >> 2) Multi-arc slurs in single staff and across multiple staves >> 3) Tied notes in metronome marks >> 4) Multiple metronome marks e.g. 8 = 350 (2~ 4~ 4. = 39) >> >> A reply would be much appreciated. >> >> >> _______________________________________________ >> lilypond-user mailing list
>> lilypond-user@ >> https://lists.gnu.org/mailman/listinfo/lilypond-user > What version of LilyPond are you using? It's always a good idea to share with us what version of LP you are using. Now, I could be mistaken (I haven't used this notation in forever) but I think this code should still work: \version "2.18.0" { \compoundMeter #'((3 4 8) (2 4)) c d e f g a8 | } ...for compound meters. The syntax may have changed since I last tried to use it but I'm fairly sure it's close. Hope that helps. I just inserted some quick notes in, didn't confirm bar checks; you'll of course have to tweak it for your own project :) Ben ----- composer | sound designer LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond -- View this message in context: http://lilypond.1069038.n5.nabble.com/Requesting-help-with-complex-notation-tp157545p157551.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