コード例 #1
0
ファイル: laulik.py プロジェクト: BackupTheBerlios/lino-svn
Taizé, FR-71250 Taizé-Communauté.

The terms and conditions for using the pdf and midi files generated by
this software are yet to be written. Don't use it in public without
permission.

"""

from lino.songbook import Songbook


sbk=Songbook(#filename="taize-laulik",
             geometryOptions=dict(a5paper=True,
                                  landscape=True,
                                  heightrounded=True,
                                  twoside=True,
                                  margin="12mm",
                                  bindingoffset="4mm"),
             output_dir=r"C:\temp\laulik",
             showTempi=True,
             input_encoding="latin1")

sbk.addtext(text=preamble)
sbk.loadsong("intro")
sbk.loadsong("dans_nos")
sbk.loadsong("wait_for")
sbk.loadsong("bleibet_hier")
sbk.loadsong("ubi_caritas_deus")
sbk.loadsong("bless_the_lord")
sbk.loadsong("gloria_et_in_terra")
sbk.loadsong("notre_ame")
sbk.loadsong("cest_toi")
コード例 #2
0
ファイル: ansambel.py プロジェクト: BackupTheBerlios/lino-svn

from lino.songbook import Songbook

sbk=Songbook(
    output_dir=r"C:\temp\laulik",
    input_encoding="latin1",
    numbering=False,
    staffSize=20,
    # versesColumns=2,
    # newLines="~/ ",
    #newLines=r"\nopagebreak\\ \nopagebreak ",
    #newLines=r"\nopagebreak\\",
    newLines=r"\\",
    showTempi=False,
    geometryOptions=dict(a4paper=True,
                         heightrounded=True,
                         #twoside=True,
                         margin="10mm",
                         left="15mm",
                         #right="10mm",
                         #top="10mm",
                         #bottom="10mm",
                         #bindingoffset="5mm",
                         ),
    documentOptions={"12pt":True},
    )

sbk.loadsong("soimes_olgedel")
sbk.loadsong("coventry_carol")
sbk.loadsong("yks_roosike")
コード例 #3
0
ファイル: ansambel.py プロジェクト: MaxTyutyunnikov/lino

from lino.songbook import Songbook

sbk=Songbook(
    output_dir=r"C:\temp\laulik",
    input_encoding="latin1",
    numbering=False,
    staffSize=20,
    # versesColumns=2,
    # newLines="~/ ",
    #newLines=r"\nopagebreak\\ \nopagebreak ",
    #newLines=r"\nopagebreak\\",
    newLines=r"\\",
    showTempi=False,
    geometryOptions=dict(a4paper=True,
                         heightrounded=True,
                         #twoside=True,
                         margin="10mm",
                         left="15mm",
                         #right="10mm",
                         #top="10mm",
                         #bottom="10mm",
                         #bindingoffset="5mm",
                         ),
    documentOptions={"12pt":True},
    )

sbk.loadsong("soimes_olgedel")
sbk.loadsong("coventry_carol")
sbk.loadsong("yks_roosike")
コード例 #4
0
not yet finished.  All Taizé songs are (c) Ateliers et Presses de
Taizé, FR-71250 Taizé-Communauté.

The terms and conditions for using the pdf and midi files generated by
this software are yet to be written. Don't use it in public without
permission.

"""

from lino.songbook import Songbook

sbk = Songbook(  #filename="taize-laulik",
    geometryOptions=dict(a5paper=True,
                         landscape=True,
                         heightrounded=True,
                         twoside=True,
                         margin="12mm",
                         bindingoffset="4mm"),
    output_dir=r"C:\temp\laulik",
    showTempi=True,
    input_encoding="latin1")

sbk.addtext(text=preamble)
sbk.loadsong("intro")
sbk.loadsong("dans_nos")
sbk.loadsong("wait_for")
sbk.loadsong("bleibet_hier")
sbk.loadsong("ubi_caritas_deus")
sbk.loadsong("bless_the_lord")
sbk.loadsong("gloria_et_in_terra")
sbk.loadsong("notre_ame")
sbk.loadsong("cest_toi")