|
sirphil
|
|
Post:
Apr 10th 2009 at 12:38 PM |
|
|
hiho!
is there a way to print/export more than one track at once to a pdf file? (like it would be if you buy the sheetmusic of a symphony)
I'm using tuxguitar for composing some piano stuff and am struggeling to get the left hand on the same paper as the right hand is (or the other way round)
thx
|
|
| Back to Top |
| |
|
Titoy
|
|
Post:
Apr 15th 2009 at 8:27 PM |
|
|
I've got the same need
Don't know how to do
Any suggestion?
|
|
| Back to Top |
| |
|
Serge
|
|
Post:
May 3rd 2009 at 9:36 AM |
|
|
|
Are you can post example of the sheetmusic of a symphony?
|
|
| Back to Top |
| |
|
Laura
|
|
Post:
May 29th 2009 at 1:08 PM |
|
|
I have the same problam! I have a music assignment due and i really need to print out both the left and right hands for piano music on the same score!
somebody help!
|
|
| Back to Top |
| |
|
Daniel
|
|
Post:
Nov 7th 2009 at 5:12 PM |
|
|
One solution to create PDF with all the tracks of a project is:
save the project in Lilypond format (.ly), and with LilyPond installed, make the program turns it into PDF.
The procedure is explained here:
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Compiling-a-file#Compiling-a-file
My explanation:
With Lilypond installed, open the terminal, navigate to the directory where the file created by TuxGuitar (in this example the name is YourFileTuxGuitar.ly) and type:
$lilypond YourFileTuxGuitar.ly
After giving "Enter", it appears, and was created in the same folder a file. Ps and others. Pdf
daniel@ubuntu:~/Desktop/Test$ lilypond YourFileTuxGuitar.ly
GNU LilyPond 2.10.33
Processing `YourFileTuxGuitar.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
Layout output to `YourFileTuxGuitar.ps'...
Converting to `YourFileTuxGuitar.pdf'...
daniel@ubuntu:~/Desktop/Test$
In link has the explanation for Windows.
|
|
| Back to Top |
| |
|
Daniel
|
|
Post:
May 5th 2010 at 3:08 PM |
|
|
To generate PDF with Lilypond in Windows
Download the installer for Windows on http://lilypond.org/install/
After installation a shortcut was created on the desktop.
By giving two clicks will open the "LilyPad" with the message:
==========================================================
Welcome to LilyPond
===================
Congratulations, LilyPond has been installed successfully.
Now to take it for the first test run.
1. Save this LilyPond file on your desktop with the name "test.ly".
2. Pick it up from the desktop with your mouse pointer, drag and drop
it onto the LilyPond icon.
3. LilyPond automatically produces a PDF file from the musical scale
below.
4. To print or view the result, click on the newly produced file
called
test.PDF
5. If you see a piece of music with a scale, LilyPond is working properly.
Next, you'll want to get started on your own scores. To do this you'll
need to learn about using LilyPond.
LilyPond's interface is text-based, rather than graphical. Please visit the
help page at http://lilypond.org/web/help. This will point you to a quick
tutorial and extensive documentation.
Good luck with LilyPond! Happy engraving.
========================================================
Remembering how to save the TuxGuitar project in Lilypond format (.ly):
File > Export > Export Lilypond
In "Options" select "Export all tracks" and check what you want in "Layout Options" and click "OK".
See you later!
|
|
| Back to Top |
| |
|
Daniel
|
|
| Back to Top |
| |