N. Foulon wrote > Hi. > My input region looks like this: > > \version "2.18.2" > \time 3/4 > \relative c''' > {c d e f g a} > > and the Frescobaldi log looks like this: > > Starting lilypond-windows.exe 2.18.2 [Untitled]... > Processing `c:/users/north/appdata/local/temp/frescobaldi- > iypxpr/tmpjb72su/document.ly' > Parsing... > Interpreting music... > Preprocessing graphical objects... > Interpreting music... > Preprocessing graphical objects... > Finding the ideal number of pages... > Fitting music on 1 page... > Drawing systems... > programming error: system with empty extent > continuing, cross fingers > Layout output to `document.ps'... > Converting to `./document.pdf'... > Success: compilation successfully completed > Completed successfully in 0.8". > > But my score does not reflect the time signature at all. It has the six > notes I inputted, but it is all in common time. Am I missing something? > Sorry. I'm just getting started with this! > Thanks. > > > > _______________________________________________ > lilypond-user mailing list
> lilypond-user@ > https://lists.gnu.org/mailman/listinfo/lilypond-user Did you try putting the time command inside the brackets? (and a bar check for good measure) \version "2.18.2" \relative c''' {\time 3/4 c d e | f g a} ----- composer | sound designer LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond -- View this message in context: http://lilypond.1069038.n5.nabble.com/Time-tp160581p160582.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