From: Francisco Vila Date: Sun, 30 Jan 2011 16:02:00 +0000 (+0100) Subject: Web: add Chinese webpage by Ben Luo, thanks! X-Git-Tag: release/2.13.49-1~7^2~22^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61c74b255b9ee12194853a97e0c2fe2882777f8f;p=lilypond.git Web: add Chinese webpage by Ben Luo, thanks! --- diff --git a/Documentation/lily_index_search.php b/Documentation/lily_index_search.php index f1b1e17b29..21c2020642 100644 --- a/Documentation/lily_index_search.php +++ b/Documentation/lily_index_search.php @@ -1,5 +1,5 @@ "en", "de"=>"de", "nl"=>"nl", "jp"=>"jp", "hu"=>"hu", "fr"=>"fr", ""=>"en"); + $languages = array ("en"=>"en", "de"=>"de", "nl"=>"nl", "ja"=>"ja", "hu"=>"hu", "fr"=>"fr", "zh"=>"zh", ""=>"en"); $manuals = array ("essay"=>"essay", "extending"=>"extending", "learning"=>"learning", "notation"=>"notation", "usage"=>"usage"); $lang = $languages[$_REQUEST['lang']]; @@ -59,4 +59,4 @@ if ($form_submitted) { echo "\n"; } -?> \ No newline at end of file +?> diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 5734091251..2993bdb219 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -91,9 +91,14 @@ use Encode qw(decode); ############################################################################# my $LY_LANGUAGES = {}; -$LY_LANGUAGES->{'fr'} = { - 'Back to Documentation Index' => 'Retour à l\'accueil de la documentation', - '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '

Remerciements à ${webdev_link} pour l\'hébergement de ${lily_site}.', +$LY_LANGUAGES->{'cs'} = { + 'Back to Documentation Index' => '', + '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', +}; + +$LY_LANGUAGES->{'de'} = { + 'Back to Documentation Index' => 'Zur Dokumentationsübersicht', + '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', }; $LY_LANGUAGES->{'es'} = { @@ -101,15 +106,11 @@ $LY_LANGUAGES->{'es'} = { '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '

Agradecemos a ${webdev_link} el alojamiento de ${lily_site}.', }; -$LY_LANGUAGES->{'de'} = { - 'Back to Documentation Index' => 'Zur Dokumentationsübersicht', - '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', +$LY_LANGUAGES->{'fr'} = { + 'Back to Documentation Index' => 'Retour à l\'accueil de la documentation', + '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '

Remerciements à ${webdev_link} pour l\'hébergement de ${lily_site}.', }; -$LY_LANGUAGES->{'ja'} = { - 'Back to Documentation Index' => 'ドキュメント インデックスに戻る', - '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', -}; $LY_LANGUAGES->{'hu'} = { 'Back to Documentation Index' => 'Vissza a dokumentációk jegyzékéhez', @@ -121,9 +122,20 @@ $LY_LANGUAGES->{'it'} = { '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', }; +$LY_LANGUAGES->{'ja'} = { + 'Back to Documentation Index' => 'ドキュメント インデックスに戻る', + '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '${lily_site} をホスティングしてくれている ${webdev_link} に感謝します。', +}; + + $LY_LANGUAGES->{'nl'} = { 'Back to Documentation Index' => 'Terug naar de Documentatieindex', - '

Met dank aan ${webdev_link} voor het hosten van ${lily_site}.' => '', + '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '

Met dank aan ${webdev_link} voor het hosten van ${lily_site}.', +}; + +$LY_LANGUAGES->{'zh'} = { + 'Back to Documentation Index' => '', + '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', }; # FIXME: request the translations below then send them to texi2html/texinfo devs @@ -411,45 +423,180 @@ $LANGUAGES->{'ja'} = { 'About This Document' => 'このドキュメントについて', 'April' => '4 月', 'August' => '8 月', - 'Back' => 'Back', - 'Back section in previous file' => '', + 'Back' => '戻る', + 'Back section in previous file' => '前のファイルのセクションに戻る', 'Beginning of this chapter or previous chapter' => 'この章あるいは前の章の先頭', 'Button' => 'ボタン', 'Contents' => '目次', 'Cover (top) of document' => 'ドキュメントの表紙 (先頭)', - 'Current' => '', + 'Current' => '現在の', 'Current Position' => '現在の位置', - 'Current section' => '', + 'Current section' => '現在のセクション', 'December' => '12 月', - 'FastBack' => '', - 'FastForward' => '', + 'FastBack' => '大きく戻る', + 'FastForward' => '大きく進む', 'February' => '2 月', - 'First' => '', - 'First section in reading order' => '', - 'Following' => '', - 'Following node' => '', + 'First' => '最初', + 'First section in reading order' => '最初のセクション', + 'Following' => '次', + 'Following node' => '次のノード', 'Footnotes' => '脚注', - 'Forward' => '', - 'Forward section in next file' => '', + 'Forward' => '進む', + 'Forward section in next file' => '次のファイルのセクションに進む', 'From 1.2.3 go to' => '1.2.3 からの行き先', 'Go to' => '行き先', 'Index' => 'インデックス', 'Index Entry' => 'インデックス エントリ', 'January' => '1 月', 'July' => '7 月', - 'Jump to' => '', + 'Jump to' => '行き先', 'June' => '6月', - 'Last' => '', - 'Last section in reading order' => '', + 'Last' => '最後', + 'Last section in reading order' => '最後のセクション', 'March' => '3 月', 'May' => '5 月', 'Menu:' => 'メニュー', + 'Name' => '名前', + 'Next' => '次', + 'Next chapter' => '次の章', + 'Next file' => '次のファイル', + 'Next node' => '次のノード', + 'Next section in reading order' => '次のセクション', + 'Next section on same level' => '次のセクション', + 'NextFile' => '次のファイル', + 'Node following in node reading order' => '次のノード', + 'Node up' => '上のノード', + 'NodeNext' => '次のノード', + 'NodePrev' => '前のノード', + 'NodeUp' => '上のノード', + 'November' => '11 月', + 'October' => '10 月', + 'Overview' => '概要', + 'Prev' => '前', + 'PrevFile' => '前のファイル', + 'Previous' => '前の', + 'Previous file' => '前のファイル', + 'Previous node' => '前のノード', + 'Previous section in reading order' => '前のセクション', + 'Previous section on same level' => '前のセクション', + 'Section' => 'セクション', + 'Section One' => 'セクション 1', + 'See ' => '参照', + 'See @cite{{book}}' => '@cite{{book}} を参照してください', + 'See section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '@cite{{book}} のセクション `@asis{}`{section_name}\'@asis{}\' を参照してください', + 'See section `{section}\' in @cite{{book}}' => '@cite{{book}} のセクション `{section}\' を参照してください', + 'See section {reference_name}' => 'セクション {reference_name} を参照してください', + 'See {node_file_href}' => '{node_file_href} を参照してください', + 'See {node_file_href} @cite{{book}}' => '@cite{{book}} の {node_file_href} を参照してください', + 'See {node_file_href} section `{section}\' in @cite{{book}}' => '@cite{{book}} の {node_file_href} セクション `{section}\' を参照してください', + 'See {reference_name}' => '{reference_name} を参照してください', + 'See {ref}' => '{ref} を参照してください', + 'See {title_ref}' => '{title_ref} を参照してください', + 'September' => '9 月', + 'Short Table of Contents' => '簡単な目次', + 'Short table of contents' => '簡単な目次', + 'Subsection One-Four' => 'サブセクション 1-4', + 'Subsection One-One' => 'サブセクション 1-1', + 'Subsection One-Three' => 'サブセクション 1-3', + 'Subsection One-Two' => 'サブセクション 1-2', + 'Subsubsection One-Two-Four' => 'サブサブセクション 1-2-4', + 'Subsubsection One-Two-One' => 'サブサブセクション 1-2-1', + 'Subsubsection One-Two-Three' => 'サブサブセクション 1-2-3', + 'Subsubsection One-Two-Two' => 'サブサブセクション 1-2-2', + 'T2H_today' => '%s, %d %d', + 'Table of Contents' => '目次', + 'Table of contents' => '目次', + 'The node you are looking for is at {href}.' => 'あなたが探しているノードは {href} にあります。', + 'This' => 'この', + 'This document was generated on @i{{date}} using @uref{{program_homepage}, @i{{program}}}.' => 'このドキュメントは @i{{date}} に、@uref{{program_homepage}, @i{{program}}} を用いて生成されました。', + 'This document was generated using @uref{{program_homepage}, @emph{{program}}}.' => 'このドキュメントは @uref{{program_homepage}, @emph{{program}}} を用いて生成されました。', + 'Top' => 'トップ', + 'Untitled Document' => '無題のドキュメント', + 'Up' => '上', + 'Up node' => '上のノード', + 'Up section' => '上のセクション', + 'current' => '現在の', + 'on @emph{{date}}' => '@emph{{date}} に', + 'section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '@cite{{book}} のセクション `@asis{}`{section_name}\'@asis{}\'', + 'section `{section}\' in @cite{{book}}' => '@cite{{book}} のセクション `{section}\'', + 'see ' => '参照', + 'see @cite{{book}}' => '@cite{{book}} を参照してください', + 'see section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '@cite{{book}} のセクション `@asis{}`{section_name}\'@asis{}\' を参照してください', + 'see section `{section}\' in @cite{{book}}' => '@cite{{book}} のセクション `{section}\' を参照してください', + 'see section {reference_name}' => 'セクション {reference_name} を参照してください', + 'see {node_file_href}' => '{node_file_href} を参照してください', + 'see {node_file_href} @cite{{book}}' => '{node_file_href} @cite{{book}} を参照してください', + 'see {node_file_href} section `{section}\' in @cite{{book}}' => '@cite{{book}} の {node_file_href} section `{section}\' を参照してください', + 'see {reference_name}' => '{reference_name} を参照してください', + 'see {ref}' => '{ref} を参照してくださ', + 'see {title_ref}' => '{title_ref} を参照してくださ', + '{acronym_like} ({explanation})' => '{acronym_like} ({explanation})', + '{name} of {class}' => '{class} の {name}', + '{name} on {class}' => '{class} の {name}', + '{node_file_href}' => '{node_file_href}', + '{node_file_href} @cite{{book}}' => '{node_file_href} @cite{{book}}', + '{node_file_href} section `{section}\' in @cite{{book}}' => '@cite{{book}} の {node_file_href} セクション `{section}\'', + '{reference_name}' => '{reference_name}', + '{ref}' => '{ref}', + '{style} {number}' => '{style} {number}', + '{style}: {caption_first_line}' => '{style}: {caption_first_line}', + '{style}: {shortcaption_first_line}' => '{style}: {shortcaption_first_line}', + '{title_ref}' => '{title_ref}' + }; + +$LANGUAGES->{'zh'} = { + ' The buttons in the navigation panels have the following meaning:' => '', + ' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => '', + ' Up ' => '', + '(outside of any element)' => '', + '(outside of any node)' => '', + '@b{{quotation_arg}:} ' => '', + '@cite{{book}}' => '', + '@{No value for `{value}\'@}' => '', + 'About' => '', + 'About (help)' => '', + 'About This Document' => '', + 'April' => '', + 'August' => '', + 'Back' => '', + 'Back section in previous file' => '', + 'Beginning of this chapter or previous chapter' => '', + 'Button' => '', + 'Contents' => '', + 'Cover (top) of document' => '', + 'Current' => '', + 'Current Position' => '', + 'Current section' => '', + 'December' => '', + 'FastBack' => '', + 'FastForward' => '', + 'February' => '', + 'First' => '', + 'First section in reading order' => '', + 'Following' => '', + 'Following node' => '', + 'Footnotes' => '', + 'Forward' => '', + 'Forward section in next file' => '', + 'From 1.2.3 go to' => '', + 'Go to' => '', + 'Index' => '', + 'Index Entry' => '', + 'January' => '', + 'July' => '', + 'Jump to' => '', + 'June' => '', + 'Last' => '', + 'Last section in reading order' => '', + 'March' => '', + 'May' => '', + 'Menu:' => '', 'Name' => '', 'Next' => '', - 'Next chapter' => '次の章', + 'Next chapter' => '', 'Next file' => '', 'Next node' => '', - 'Next section in reading order' => '次のセクション', + 'Next section in reading order' => '', 'Next section on same level' => '', 'NextFile' => '', 'Node following in node reading order' => '', @@ -457,18 +604,18 @@ $LANGUAGES->{'ja'} = { 'NodeNext' => '', 'NodePrev' => '', 'NodeUp' => '', - 'November' => '11 月', - 'October' => '10 月', - 'Overview' => '概要', + 'November' => '', + 'October' => '', + 'Overview' => '', 'Prev' => '', 'PrevFile' => '', 'Previous' => '', 'Previous file' => '', 'Previous node' => '', - 'Previous section in reading order' => '前のセクション', + 'Previous section in reading order' => '', 'Previous section on same level' => '', - 'Section' => 'セクション', - 'Section One' => 'セクション 1', + 'Section' => '', + 'Section One' => '', 'See ' => '', 'See @cite{{book}}' => '', 'See section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '', @@ -480,31 +627,31 @@ $LANGUAGES->{'ja'} = { 'See {reference_name}' => '', 'See {ref}' => '', 'See {title_ref}' => '', - 'September' => '9 月', + 'September' => '', 'Short Table of Contents' => '', 'Short table of contents' => '', - 'Subsection One-Four' => 'サブセクション 1-4', - 'Subsection One-One' => 'サブセクション 1-1', - 'Subsection One-Three' => 'サブセクション 1-3', - 'Subsection One-Two' => 'サブセクション 1-2', - 'Subsubsection One-Two-Four' => 'サブサブセクション 1-2-4', - 'Subsubsection One-Two-One' => 'サブサブセクション 1-2-1', - 'Subsubsection One-Two-Three' => 'サブサブセクション 1-2-3', - 'Subsubsection One-Two-Two' => 'サブサブセクション 1-2-2', - 'T2H_today' => '%s, %d %d', - 'Table of Contents' => '目次', - 'Table of contents' => '目次', + 'Subsection One-Four' => '', + 'Subsection One-One' => '', + 'Subsection One-Three' => '', + 'Subsection One-Two' => '', + 'Subsubsection One-Two-Four' => '', + 'Subsubsection One-Two-One' => '', + 'Subsubsection One-Two-Three' => '', + 'Subsubsection One-Two-Two' => '', + 'T2H_today' => '', + 'Table of Contents' => '', + 'Table of contents' => '', 'The node you are looking for is at {href}.' => '', 'This' => '', - 'This document was generated on @i{{date}} using @uref{{program_homepage}, @i{{program}}}.' => 'このドキュメントは @i{{date}} に、@uref{{program_homepage}, @i{{program}}} を用いて生成されました。', - 'This document was generated using @uref{{program_homepage}, @emph{{program}}}.' => 'このドキュメントは @uref{{program_homepage}, @emph{{program}}} を用いて生成されました。', - 'Top' => 'トップ', + 'This document was generated on @i{{date}} using @uref{{program_homepage}, @i{{program}}}.' => '', + 'This document was generated using @uref{{program_homepage}, @emph{{program}}}.' => '', + 'Top' => '', 'Untitled Document' => '', - 'Up' => '上', + 'Up' => '', 'Up node' => '', - 'Up section' => '上のセクション', + 'Up section' => '', 'current' => '', - 'on @emph{{date}}' => '@emph{{date}} に', + 'on @emph{{date}}' => '', 'section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '', 'section `{section}\' in @cite{{book}}' => '', 'see ' => '', @@ -518,20 +665,154 @@ $LANGUAGES->{'ja'} = { 'see {reference_name}' => '', 'see {ref}' => '', 'see {title_ref}' => '', - '{acronym_like} ({explanation})' => '{acronym_like} ({explanation})', + '{acronym_like} ({explanation})' => '', '{name} of {class}' => '', '{name} on {class}' => '', '{node_file_href}' => '', '{node_file_href} @cite{{book}}' => '', '{node_file_href} section `{section}\' in @cite{{book}}' => '', '{reference_name}' => '', - '{ref}' => '{ref}', - '{style} {number}' => '{style} {number}', - '{style}: {caption_first_line}' => '{style}: {caption_first_line}', - '{style}: {shortcaption_first_line}' => '{style}: {shortcaption_first_line}', + '{ref}' => '', + '{style} {number}' => '', + '{style}: {caption_first_line}' => '', + '{style}: {shortcaption_first_line}' => '', '{title_ref}' => '{title_ref}' }; +$LANGUAGES->{'cs'} = { + ' The buttons in the navigation panels have the following meaning:' => '', + ' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => '', + ' Up ' => '', + '(outside of any element)' => '', + '(outside of any node)' => '', + '@b{{quotation_arg}:} ' => '', + '@cite{{book}}' => '', + '@{No value for `{value}\'@}' => '', + 'About' => '', + 'About (help)' => '', + 'About This Document' => '', + 'April' => '', + 'August' => '', + 'Back' => '', + 'Back section in previous file' => '', + 'Beginning of this chapter or previous chapter' => '', + 'Button' => '', + 'Contents' => '', + 'Cover (top) of document' => '', + 'Current' => '', + 'Current Position' => '', + 'Current section' => '', + 'December' => '', + 'FastBack' => '', + 'FastForward' => '', + 'February' => '', + 'First' => '', + 'First section in reading order' => '', + 'Following' => '', + 'Following node' => '', + 'Footnotes' => '', + 'Forward' => '', + 'Forward section in next file' => '', + 'From 1.2.3 go to' => '', + 'Go to' => '', + 'Index' => '', + 'Index Entry' => '', + 'January' => '', + 'July' => '', + 'Jump to' => '', + 'June' => '', + 'Last' => '', + 'Last section in reading order' => '', + 'March' => '', + 'May' => '', + 'Menu:' => '', + 'Name' => '', + 'Next' => '', + 'Next chapter' => '', + 'Next file' => '', + 'Next node' => '', + 'Next section in reading order' => '', + 'Next section on same level' => '', + 'NextFile' => '', + 'Node following in node reading order' => '', + 'Node up' => '', + 'NodeNext' => '', + 'NodePrev' => '', + 'NodeUp' => '', + 'November' => '', + 'October' => '', + 'Overview' => '', + 'Prev' => '', + 'PrevFile' => '', + 'Previous' => '', + 'Previous file' => '', + 'Previous node' => '', + 'Previous section in reading order' => '', + 'Previous section on same level' => '', + 'Section' => '', + 'Section One' => '', + 'See ' => '', + 'See @cite{{book}}' => '', + 'See section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '', + 'See section `{section}\' in @cite{{book}}' => '', + 'See section {reference_name}' => '', + 'See {node_file_href}' => '', + 'See {node_file_href} @cite{{book}}' => '', + 'See {node_file_href} section `{section}\' in @cite{{book}}' => '', + 'See {reference_name}' => '', + 'See {ref}' => '', + 'See {title_ref}' => '', + 'September' => '', + 'Short Table of Contents' => '', + 'Short table of contents' => '', + 'Subsection One-Four' => '', + 'Subsection One-One' => '', + 'Subsection One-Three' => '', + 'Subsection One-Two' => '', + 'Subsubsection One-Two-Four' => '', + 'Subsubsection One-Two-One' => '', + 'Subsubsection One-Two-Three' => '', + 'Subsubsection One-Two-Two' => '', + 'T2H_today' => '', + 'Table of Contents' => '', + 'Table of contents' => '', + 'The node you are looking for is at {href}.' => '', + 'This' => '', + 'This document was generated on @i{{date}} using @uref{{program_homepage}, @i{{program}}}.' => '', + 'This document was generated using @uref{{program_homepage}, @emph{{program}}}.' => '', + 'Top' => '', + 'Untitled Document' => '', + 'Up' => '', + 'Up node' => '', + 'Up section' => '', + 'current' => '', + 'on @emph{{date}}' => '', + 'section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '', + 'section `{section}\' in @cite{{book}}' => '', + 'see ' => '', + 'see @cite{{book}}' => '', + 'see section `@asis{}`{section_name}\'@asis{}\' in @cite{{book}}' => '', + 'see section `{section}\' in @cite{{book}}' => '', + 'see section {reference_name}' => '', + 'see {node_file_href}' => '', + 'see {node_file_href} @cite{{book}}' => '', + 'see {node_file_href} section `{section}\' in @cite{{book}}' => '', + 'see {reference_name}' => '', + 'see {ref}' => '', + 'see {title_ref}' => '', + '{acronym_like} ({explanation})' => '', + '{name} of {class}' => '', + '{name} on {class}' => '', + '{node_file_href}' => '', + '{node_file_href} @cite{{book}}' => '', + '{node_file_href} section `{section}\' in @cite{{book}}' => '', + '{reference_name}' => '', + '{ref}' => '', + '{style} {number}' => '', + '{style}: {caption_first_line}' => '', + '{style}: {shortcaption_first_line}' => '', + '{title_ref}' => '{title_ref}' + }; sub ly_get_string () { my $lang = $Texi2HTML::THISDOC{current_lang}; diff --git a/Documentation/po/lilypond-doc.pot b/Documentation/po/lilypond-doc.pot index f698ce4407..1b0d074e27 100644 --- a/Documentation/po/lilypond-doc.pot +++ b/Documentation/po/lilypond-doc.pot @@ -8,10025 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-06 22:26+0100\n" +"POT-Creation-Date: 2011-02-03 10:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" - -#: postprocess_html.py:55 -#, python-format -msgid "This page is for %(package_name)s-%(package_version)s (%(branch_str)s)." -msgstr "" - -#: postprocess_html.py:57 -#, python-format -msgid "" -"Your suggestions for the documentation " -"are welcome, please report errors to our bug list." -msgstr "" - -#: postprocess_html.py:69 -#, python-format -msgid "Other languages: %s." -msgstr "" - -#: postprocess_html.py:70 -#, python-format -msgid "About automatic language selection." -msgstr "" - -#: postprocess_html.py:326 -msgid "stable-branch" -msgstr "" - -#: postprocess_html.py:328 -msgid "development-branch" -msgstr "" - -#: translations-status.py:72 -msgid "Section titles" -msgstr "" - -#: translations-status.py:73 -#, python-format -msgid "Last updated %s" -msgstr "" - -#: translations-status.py:74 -msgid "Translators" -msgstr "" - -#: translations-status.py:74 -msgid "Translation checkers" -msgstr "" - -#: translations-status.py:75 -msgid "Translated" -msgstr "" - -#: translations-status.py:75 -msgid "Up to date" -msgstr "" - -#: translations-status.py:76 -msgid "Other info" -msgstr "" - -#: translations-status.py:78 -msgid "no" -msgstr "" - -#: translations-status.py:79 -msgid "not translated" -msgstr "" - -#: translations-status.py:81 -#, python-format -msgid "partially (%(p)d %%)" -msgstr "" - -#: translations-status.py:83 -#, python-format -msgid "partially translated (%(p)d %%)" -msgstr "" - -#: translations-status.py:84 translations-status.py:86 -msgid "yes" -msgstr "" - -#: translations-status.py:85 -msgid "translated" -msgstr "" - -#: translations-status.py:86 translations-status.py:87 -msgid "up to date" -msgstr "" - -#: translations-status.py:88 -msgid "partially" -msgstr "" - -#: translations-status.py:89 -msgid "partially up to date" -msgstr "" - -#: translations-status.py:90 -msgid "N/A" -msgstr "" - -#: translations-status.py:91 -msgid "pre-GDP" -msgstr "" - -#: translations-status.py:92 -msgid "post-GDP" -msgstr "" +"Language: \n" #. -*- coding: utf-8 -*- -#. Documentation/changes.tely:183 (variable) -msgid "coloredheads" -msgstr "" - -#. Documentation/changes.tely:184 (variable) -msgid "noclef" -msgstr "" - -#. @node in Documentation/changes.tely -#. @node in Documentation/macros.itexi -msgid "Top" -msgstr "" - -#. @top in Documentation/changes.tely -msgid "New features in 2.13 since 2.12" -msgstr "" - -#. @top in Documentation/macros.itexi -msgid "LilyPond --- \\\\TITLE\\\\" -msgstr "" - -#. @subsubheading in Documentation/macros.itexi -msgid "Predefined commands" -msgstr "" - -#. @subsubheading in Documentation/macros.itexi -msgid "Selected Snippets" -msgstr "" - -#. @subsubheading in Documentation/macros.itexi -msgid "See also" -msgstr "" - -#. @subsubheading in Documentation/macros.itexi -msgid "Known issues and warnings" -msgstr "" - -#. @node in Documentation/essay.tely -#. @appendix in Documentation/essay.tely -#. @node in Documentation/extending.tely -#. @appendix in Documentation/extending.tely -#. @node in Documentation/learning.tely -#. @appendix in Documentation/learning.tely -#. @node in Documentation/notation.tely -#. @appendix in Documentation/notation.tely -#. @node in Documentation/usage.tely -#. @appendix in Documentation/usage.tely -msgid "LilyPond index" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @chapter in Documentation/essay/engraving.itely -msgid "Music engraving" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @section in Documentation/essay/engraving.itely -msgid "The LilyPond story" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @section in Documentation/essay/engraving.itely -msgid "Engraving details" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Music fonts" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Optical spacing" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Ledger lines" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Optical sizing" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Why work so hard?" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @section in Documentation/essay/engraving.itely -msgid "Automated engraving" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Beauty contests" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Improvement by benchmarking" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Getting things right" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @section in Documentation/essay/engraving.itely -msgid "Building software" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Music representation" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "What symbols to engrave?" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @unnumberedsubsec in Documentation/essay/engraving.itely -msgid "Flexible architecture" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @section in Documentation/essay/engraving.itely -msgid "Putting LilyPond to work" -msgstr "" - -#. @node in Documentation/essay/engraving.itely -#. @section in Documentation/essay/engraving.itely -msgid "Engraved examples (BWV 861)" -msgstr "" - -#. @node in Documentation/essay/literature.itely -#. @chapter in Documentation/essay/literature.itely -msgid "Literature list" -msgstr "" - -#. @node in Documentation/essay/literature.itely -#. @section in Documentation/essay/literature.itely -msgid "Short literature list" -msgstr "" - -#. @node in Documentation/essay/literature.itely -#. @section in Documentation/essay/literature.itely -msgid "Long literature list" -msgstr "" - -#. @subheading in Documentation/essay/literature.itely -msgid "Colorado" -msgstr "" - -#. @subheading in Documentation/essay/literature.itely -msgid "Computer notation" -msgstr "" - -#. @subheading in Documentation/essay/literature.itely -msgid "Engraving" -msgstr "" - -#. @node in Documentation/fdl.itexi -#. @appendix in Documentation/fdl.itexi -#. @node in Documentation/fdl.itexi -#. @appendix in Documentation/fdl.itexi -#. @node in Documentation/fdl.itexi -#. @appendix in Documentation/fdl.itexi -#. @node in Documentation/fdl.itexi -#. @appendix in Documentation/fdl.itexi -#. @node in Documentation/fdl.itexi -#. @appendix in Documentation/fdl.itexi -#. @node in Documentation/fdl.itexi -#. @appendix in Documentation/fdl.itexi -msgid "GNU Free Documentation License" -msgstr "" - -#. @heading in Documentation/fdl.itexi -msgid "ADDENDUM: How to use this License for your documents" -msgstr "" - -#. Documentation/extending/scheme-tutorial.itely:734 (variable) -msgid "traLaLa" -msgstr "" - -#. Documentation/extending/scheme-tutorial.itely:736 (comment) -msgid "dummy action to deal with parser lookahead" -msgstr "" - -#. Documentation/extending/scheme-tutorial.itely:1354 (variable) -#. Documentation/learning/fundamental.itely:3003 (variable) -#. Documentation/learning/fundamental.itely:3058 (variable) -#. Documentation/notation/changing-defaults.itely:3802 (variable) -msgid "padText" -msgstr "" - -#. Documentation/extending/scheme-tutorial.itely:1377 (variable) -#. Documentation/notation/changing-defaults.itely:3844 (variable) -msgid "tempoPadded" -msgstr "" - -#. Documentation/extending/scheme-tutorial.itely:1396 (variable) -msgid "pattern" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @chapter in Documentation/extending/scheme-tutorial.itely -msgid "Scheme tutorial" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @section in Documentation/extending/scheme-tutorial.itely -msgid "Introduction to Scheme" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Scheme sandbox" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Scheme variables" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Scheme simple data types" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Scheme compound data types" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Pairs" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Lists" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Association lists (alists)" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Hash tables" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Calculations in Scheme" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Scheme procedures" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Defining procedures" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Predicates" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Return values" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Scheme conditionals" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "if" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "cond" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @section in Documentation/extending/scheme-tutorial.itely -msgid "Scheme in LilyPond" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "LilyPond Scheme syntax" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "LilyPond variables" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Input variables and Scheme" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Object properties" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "LilyPond compound variables" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Offsets" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Extents" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Property alists" -msgstr "" - -#. @subheading in Documentation/extending/scheme-tutorial.itely -msgid "Alist chains" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Internal music representation" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @section in Documentation/extending/scheme-tutorial.itely -msgid "Building complicated functions" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Displaying music expressions" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Music properties" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Doubling a note with slurs (example)" -msgstr "" - -#. @node in Documentation/extending/scheme-tutorial.itely -#. @subsection in Documentation/extending/scheme-tutorial.itely -msgid "Adding articulation to notes (example)" -msgstr "" - -#. Documentation/extending/programming-interface.itely:139 (variable) -msgid "manualBeam" -msgstr "" - -#. Documentation/extending/programming-interface.itely:160 (variable) -#. Documentation/snippets/score-for-diatonic-accordion.ly:192 (variable) -msgid "AltOn" -msgstr "" - -#. Documentation/extending/programming-interface.itely:170 (variable) -#. Documentation/snippets/score-for-diatonic-accordion.ly:198 (variable) -msgid "AltOff" -msgstr "" - -#. Documentation/extending/programming-interface.itely:185 (variable) -msgid "withAlt" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @chapter in Documentation/extending/programming-interface.itely -msgid "Interfaces for programmers" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @section in Documentation/extending/programming-interface.itely -msgid "Music functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Music function syntax" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Simple substitution functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Intermediate substitution functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Mathematics in functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Functions without arguments" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Void functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @section in Documentation/extending/programming-interface.itely -msgid "Markup functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Markup construction in Scheme" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "How markups work internally" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "New markup command definition" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely -msgid "Markup command definition syntax" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely -msgid "On properties" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely -msgid "A complete example" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely -msgid "Adapting builtin commands" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "New markup list command definition" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @section in Documentation/extending/programming-interface.itely -msgid "Contexts for programmers" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Context evaluation" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @subsection in Documentation/extending/programming-interface.itely -msgid "Running a function on all layout objects" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @section in Documentation/extending/programming-interface.itely -msgid "Callback functions" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @section in Documentation/extending/programming-interface.itely -msgid "Inline Scheme code" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @section in Documentation/extending/programming-interface.itely -msgid "Difficult tweaks" -msgstr "" - -#. @node in Documentation/extending/programming-interface.itely -#. @chapter in Documentation/extending/programming-interface.itely -msgid "LilyPond Scheme interfaces" -msgstr "" - -#. Documentation/learning/tutorial.itely:210 (comment) -msgid "set the starting point to middle C" -msgstr "" - -#. Documentation/learning/tutorial.itely:241 (comment) -msgid "one octave above middle C" -msgstr "" - -#. Documentation/learning/tutorial.itely:257 (comment) -msgid "c is 1 staff space up, so is the c above" -msgstr "" - -#. Documentation/learning/tutorial.itely:258 (comment) -msgid "d is 2 up or 5 down, so is the d above" -msgstr "" - -#. Documentation/learning/tutorial.itely:259 (comment) -msgid "e is 3 up or 4 down, so is the e above" -msgstr "" - -#. Documentation/learning/tutorial.itely:260 (comment) -msgid "a is 6 up or 1 down, so is the a below" -msgstr "" - -#. Documentation/learning/tutorial.itely:261 (comment) -msgid "g is 5 up or 2 down, so is the g below" -msgstr "" - -#. Documentation/learning/tutorial.itely:262 (comment) -msgid "f is 4 up or 3 down, so is the f below" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @chapter in Documentation/learning/tutorial.itely -msgid "Tutorial" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @section in Documentation/learning/tutorial.itely -msgid "Compiling a file" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Entering input" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Producing output" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "MacOS X" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Windows" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Command-line" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @section in Documentation/learning/tutorial.itely -msgid "How to write input files" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Simple notation" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Pitches" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "pitch" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "interval" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly:19 (variable) -#. Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly:29 (variable) -msgid "scale" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "middle C" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "octave" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "accidental" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Durations (rhythms)" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "beam" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "duration" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "whole note" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "half note" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "quarter note" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dotted note" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Rests" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "rest" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Time signature" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "time signature" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Tempo marks" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tempo indication" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "metronome" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "Clef" -msgstr "" - -#. @rglos in Documentation/learning/tutorial.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "clef" -msgstr "" - -#. @subheading in Documentation/learning/tutorial.itely -msgid "All together" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Working on input files" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @section in Documentation/learning/tutorial.itely -msgid "Dealing with errors" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "General troubleshooting tips" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Some common errors" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @section in Documentation/learning/tutorial.itely -msgid "How to read the manuals" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Omitted material" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Clickable examples" -msgstr "" - -#. @node in Documentation/learning/tutorial.itely -#. @subsection in Documentation/learning/tutorial.itely -msgid "Overview of manuals" -msgstr "" - -#. Documentation/learning/common-notation.itely:1223 (variable) -#. Documentation/learning/fundamental.itely:2984 (variable) -#. Documentation/learning/fundamental.itely:3008 (variable) -msgid "violin" -msgstr "" - -#. Documentation/learning/common-notation.itely:1229 (variable) -#. Documentation/snippets/string-quartet-template-simple.ly:83 (variable) -msgid "cello" -msgstr "" - -#. Documentation/learning/common-notation.itely:1255 (variable) -msgid "tripletA" -msgstr "" - -#. Documentation/learning/common-notation.itely:1256 (variable) -msgid "barA" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. Documentation/snippets/measure-counter.ly:27 (context id) -#. Documentation/snippets/measure-counter.ly:34 (context id) -msgid "foo" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @chapter in Documentation/learning/common-notation.itely -msgid "Common notation" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @section in Documentation/learning/common-notation.itely -msgid "Single staff notation" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Bar checks" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Accidentals and key signatures" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Accidentals" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sharp" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "flat" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double sharp" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double flat" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Key signatures" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "key signature" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "major" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "minor" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Warning: key signatures and pitches" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "natural" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "transposition" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @chapter in Documentation/music-glossary.tely -msgid "Pitch names" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Ties and slurs" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Ties" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tie" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Slurs" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "slur" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Phrasing slurs" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "phrasing" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Warnings: slurs vs. ties" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "articulation" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Articulation and dynamics" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Articulations" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Fingerings" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "fingering" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -#. @subheading in Documentation/learning/tweaks.itely -msgid "Dynamics" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/piano-template-with-centered-dynamics.ly:70 (variable) -msgid "dynamics" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "crescendo" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "decrescendo" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Adding text" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Automatic and manual beams" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Advanced rhythmic commands" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Partial measure" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "anacrusis" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -#. Documentation/snippets/unfretted-headword.ly:90 (comment) -msgid "Tuplets" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "note value" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "triplet" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Grace notes" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "grace notes" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "acciaccatura" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "appoggiatura" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @section in Documentation/learning/common-notation.itely -msgid "Multiple notes at once" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Music expressions explained" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Analogy: mathematical expressions" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Simultaneous music expressions: multiple staves" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "polyphony" -msgstr "" - -#. @subheading in Documentation/learning/common-notation.itely -msgid "Simultaneous music expressions: single staff" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Multiple staves" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Staff groups" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "brace" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "staff" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @rglos in Documentation/learning/fundamental.itely -#. @rglos in Documentation/learning/tweaks.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "system" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Combining notes into chords" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "chord" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Single staff polyphony" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @section in Documentation/learning/common-notation.itely -msgid "Songs" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Setting simple songs" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "lyrics" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Aligning lyrics to a melody" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "melisma" -msgstr "" - -#. @rglos in Documentation/learning/common-notation.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "extender line" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Lyrics to multiple staves" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @section in Documentation/learning/common-notation.itely -msgid "Final touches" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Organizing pieces with variables" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Adding titles" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "Absolute note names" -msgstr "" - -#. @node in Documentation/learning/common-notation.itely -#. @subsection in Documentation/learning/common-notation.itely -msgid "After the tutorial" -msgstr "" - -#. Documentation/learning/fundamental.itely:320 (context id) -#. Documentation/learning/fundamental.itely:371 (context id) -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:73 (variable) -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:86 (context id) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:70 (context id) -msgid "singer" -msgstr "" - -#. Documentation/learning/fundamental.itely:321 (context id) -#. Documentation/learning/fundamental.itely:372 (context id) -msgid "vocal" -msgstr "" - -#. Documentation/learning/fundamental.itely:324 (context id) -#. Documentation/learning/fundamental.itely:375 (context id) -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/jazz-combo-template.ly:233 (variable) -#. Documentation/snippets/jazz-combo-template.ly:293 (context id) -#. Documentation/snippets/staff-headword.ly:119 (context id) -msgid "piano" -msgstr "" - -#. Documentation/learning/fundamental.itely:325 (context id) -#. Documentation/learning/fundamental.itely:366 (variable) -#. Documentation/learning/fundamental.itely:376 (context id) -#. Documentation/learning/fundamental.itely:2592 (variable) -#. Documentation/learning/fundamental.itely:2654 (context id) -#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:20 (variable) -#. Documentation/snippets/chords-headword.ly:80 (context id) -#. Documentation/snippets/fretted-headword.ly:143 (context id) -#. Documentation/snippets/jazz-combo-template.ly:236 (context id) -#. Documentation/snippets/piano-template-simple.ly:39 (variable) -#. Documentation/snippets/piano-template-simple.ly:58 (context id) -#. Documentation/snippets/piano-template-with-centered-dynamics.ly:60 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:48 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:70 (context id) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:60 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:81 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:44 (variable) -#. Documentation/snippets/polyphony-in-tablature.ly:62 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:66 (context id) -#. Documentation/snippets/staff-headword.ly:68 (variable) -msgid "upper" -msgstr "" - -#. Documentation/learning/fundamental.itely:326 (context id) -#. Documentation/learning/fundamental.itely:367 (variable) -#. Documentation/learning/fundamental.itely:377 (context id) -#. Documentation/learning/fundamental.itely:2599 (variable) -#. Documentation/learning/fundamental.itely:2655 (context id) -#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:24 (variable) -#. Documentation/snippets/chords-headword.ly:90 (context id) -#. Documentation/snippets/fretted-headword.ly:144 (context id) -#. Documentation/snippets/jazz-combo-template.ly:237 (context id) -#. Documentation/snippets/piano-template-simple.ly:47 (variable) -#. Documentation/snippets/piano-template-simple.ly:59 (context id) -#. Documentation/snippets/piano-template-with-centered-dynamics.ly:65 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:56 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:72 (context id) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:68 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:82 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:51 (variable) -#. Documentation/snippets/polyphony-in-tablature.ly:63 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:67 (context id) -#. Documentation/snippets/staff-headword.ly:79 (variable) -msgid "lower" -msgstr "" - -#. Documentation/learning/fundamental.itely:364 (variable) -#. Documentation/notation/changing-defaults.itely:488 (variable) -#. Documentation/notation/changing-defaults.itely:495 (context id) -#. Documentation/notation/changing-defaults.itely:505 (context id) -#. Documentation/notation/changing-defaults.itely:510 (context id) -#. Documentation/notation/changing-defaults.itely:527 (variable) -#. Documentation/notation/changing-defaults.itely:545 (context id) -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:37 (context id) -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:46 (context id) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:66 (context id) -#. Documentation/snippets/demo-midiinstruments.ly:29 (variable) -#. Documentation/snippets/formatting-lyrics-syllables.ly:29 (context id) -#. Documentation/snippets/fretted-headword.ly:63 (variable) -#. Documentation/snippets/guitar-strum-rhythms.ly:68 (context id) -#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:34 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:48 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:48 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:50 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:66 (variable) -#. Documentation/snippets/single-staff-template-with-only-notes.ly:56 (variable) -#. Documentation/snippets/vertically-centered-common-lyrics.ly:45 (variable) -msgid "melody" -msgstr "" - -#. Documentation/learning/fundamental.itely:365 (variable) -#. Documentation/snippets/piano-template-with-centered-lyrics.ly:64 (variable) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:56 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:56 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:74 (variable) -msgid "text" -msgstr "" - -#. Documentation/learning/fundamental.itely:439 (context id) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:86 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:122 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:138 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:159 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:174 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:195 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:210 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:226 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:242 (comment) -msgid "main" -msgstr "" - -#. Documentation/learning/fundamental.itely:629 (comment) -msgid "Voice \\\"1\\\" Voice \\\"2\\\"" -msgstr "" - -#. Documentation/learning/fundamental.itely:639 (comment) -msgid "Voice \\\"1\\\" Voice \\\"2\\\"" -msgstr "" - -#. Documentation/learning/fundamental.itely:654 (comment) -msgid "Voice \\\"1\\\"" -msgstr "" - -#. Documentation/learning/fundamental.itely:659 (comment) -msgid "Voice \\\"2\\\"" -msgstr "" - -#. Documentation/learning/fundamental.itely:682 (comment) -#. Documentation/learning/fundamental.itely:706 (comment) -msgid "Main voice" -msgstr "" - -#. Documentation/learning/fundamental.itely:684 (comment) -msgid "Voice \\\"1\\\" Voice \\\"2\\\" Voice \\\"3\\\"" -msgstr "" - -#. Documentation/learning/fundamental.itely:708 (comment) -msgid "Bar 1" -msgstr "" - -#. Documentation/learning/fundamental.itely:719 (comment) -msgid "Bar 2" -msgstr "" - -#. Documentation/learning/fundamental.itely:720 (comment) -msgid "Voice 1 continues" -msgstr "" - -#. Documentation/learning/fundamental.itely:723 (comment) -msgid "Voice 2 continues" -msgstr "" - -#. Documentation/learning/fundamental.itely:898 (comment) -msgid "Voice one" -msgstr "" - -#. Documentation/learning/fundamental.itely:900 (comment) -msgid "Voice two" -msgstr "" - -#. Documentation/learning/fundamental.itely:902 (comment) -msgid "Omit Voice three" -msgstr "" - -#. Documentation/learning/fundamental.itely:903 (comment) -msgid "Voice four" -msgstr "" - -#. Documentation/learning/fundamental.itely:1002 (comment) -msgid "Default behavior or behavior after \\oneVoice" -msgstr "" - -#. Documentation/learning/fundamental.itely:1040 (comment) -msgid "The following notes are monophonic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1042 (comment) -msgid "Start simultaneous section of three voices" -msgstr "" - -#. Documentation/learning/fundamental.itely:1044 (comment) -msgid "Continue the main voice in parallel" -msgstr "" - -#. Documentation/learning/fundamental.itely:1046 (comment) -#. Documentation/learning/fundamental.itely:1108 (comment) -msgid "Initiate second voice" -msgstr "" - -#. Documentation/learning/fundamental.itely:1048 (comment) -msgid "Set stems, etc., down" -msgstr "" - -#. Documentation/learning/fundamental.itely:1052 (comment) -#. Documentation/learning/fundamental.itely:1114 (comment) -msgid "Initiate third voice" -msgstr "" - -#. Documentation/learning/fundamental.itely:1054 (comment) -#. Documentation/learning/fundamental.itely:1116 (comment) -msgid "Set stems, etc, up" -msgstr "" - -#. Documentation/learning/fundamental.itely:1103 (comment) -msgid "Initiate first voice" -msgstr "" - -#. Documentation/learning/fundamental.itely:1110 (comment) -msgid "Set stems, etc, down" -msgstr "" - -#. Documentation/learning/fundamental.itely:1197 (context id) -#. Documentation/learning/fundamental.itely:2303 (context id) -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:34 (variable) -#. Documentation/snippets/jazz-combo-template.ly:219 (context id) -#. Documentation/snippets/jazz-combo-template.ly:228 (context id) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:70 (context id) -#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:80 (context id) -msgid "one" -msgstr "" - -#. Documentation/learning/fundamental.itely:1242 (variable) -#. Documentation/learning/fundamental.itely:2569 (variable) -#. Documentation/learning/tweaks.itely:3614 (variable) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:66 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:62 (variable) -#. Documentation/snippets/hymn-template.ly:78 (variable) -#. Documentation/snippets/incipit.ly:70 (variable) -#. Documentation/snippets/jazz-combo-template.ly:89 (variable) -#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:53 (variable) -#. Documentation/snippets/piano-template-with-centered-dynamics.ly:55 (variable) -#. Documentation/snippets/printing-music-with-different-time-signatures.ly:33 (variable) -#. Documentation/snippets/satb-choir-template---four-staves.ly:35 (variable) -#. Documentation/snippets/string-quartet-template-simple.ly:50 (variable) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:109 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:32 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:64 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:54 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:56 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:63 (variable) -msgid "global" -msgstr "" - -#. Documentation/learning/fundamental.itely:1244 (variable) -msgid "SopOneMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1247 (variable) -msgid "SopOneLyrics" -msgstr "" - -#. Documentation/learning/fundamental.itely:1250 (variable) -msgid "SopTwoMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1253 (variable) -msgid "SopTwoLyrics" -msgstr "" - -#. Documentation/learning/fundamental.itely:1260 (context id) -msgid "SopOne" -msgstr "" - -#. Documentation/learning/fundamental.itely:1269 (context id) -msgid "SopTwo" -msgstr "" - -#. Documentation/learning/fundamental.itely:1301 (variable) -#. Documentation/learning/fundamental.itely:2901 (variable) -msgid "keyTime" -msgstr "" - -#. Documentation/learning/fundamental.itely:1303 (variable) -msgid "SopMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1304 (variable) -#. Documentation/learning/tweaks.itely:3617 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:47 (variable) -#. Documentation/snippets/hymn-template.ly:63 (variable) -msgid "AltoMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1305 (variable) -#. Documentation/learning/tweaks.itely:3618 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:52 (variable) -#. Documentation/snippets/hymn-template.ly:68 (variable) -msgid "TenorMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1306 (variable) -#. Documentation/learning/tweaks.itely:3619 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:57 (variable) -#. Documentation/snippets/hymn-template.ly:73 (variable) -msgid "BassMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:1308 (variable) -#. Documentation/learning/tweaks.itely:3621 (variable) -msgid "VerseOne" -msgstr "" - -#. Documentation/learning/fundamental.itely:1310 (variable) -#. Documentation/learning/tweaks.itely:3625 (variable) -msgid "VerseTwo" -msgstr "" - -#. Documentation/learning/fundamental.itely:1312 (variable) -#. Documentation/learning/tweaks.itely:3629 (variable) -msgid "VerseThree" -msgstr "" - -#. Documentation/learning/fundamental.itely:1314 (variable) -#. Documentation/learning/tweaks.itely:3633 (variable) -msgid "VerseFour" -msgstr "" - -#. Documentation/learning/fundamental.itely:1321 (context id) -msgid "Sop" -msgstr "" - -#. Documentation/learning/fundamental.itely:1322 (context id) -#. Documentation/learning/tweaks.itely:3642 (context id) -#. Documentation/notation/input.itely:1141 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:87 (context id) -#. Documentation/snippets/chords-headword.ly:57 (variable) -#. Documentation/snippets/hymn-template.ly:93 (context id) -msgid "Alto" -msgstr "" - -#. Documentation/learning/fundamental.itely:1330 (context id) -#. Documentation/learning/tweaks.itely:3650 (context id) -#. Documentation/notation/input.itely:1143 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:95 (context id) -#. Documentation/snippets/chords-headword.ly:63 (variable) -#. Documentation/snippets/hymn-template.ly:102 (context id) -msgid "Tenor" -msgstr "" - -#. Documentation/learning/fundamental.itely:1331 (context id) -#. Documentation/learning/tweaks.itely:3651 (context id) -#. Documentation/notation/input.itely:1148 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:99 (context id) -#. Documentation/snippets/chords-headword.ly:70 (variable) -#. Documentation/snippets/hymn-template.ly:107 (context id) -#. Documentation/snippets/jazz-combo-template.ly:242 (variable) -msgid "Bass" -msgstr "" - -#. Documentation/learning/fundamental.itely:1475 (comment) -msgid "start of single compound music expression" -msgstr "" - -#. Documentation/learning/fundamental.itely:1476 (comment) -msgid "start of simultaneous staves section" -msgstr "" - -#. Documentation/learning/fundamental.itely:1478 (comment) -msgid "create RH staff" -msgstr "" - -#. Documentation/learning/fundamental.itely:1481 (comment) -msgid "create voice for RH notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1482 (comment) -msgid "start of RH notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1485 (comment) -msgid "end of RH notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1486 (comment) -msgid "end of RH voice" -msgstr "" - -#. Documentation/learning/fundamental.itely:1487 (comment) -msgid "end of RH staff" -msgstr "" - -#. Documentation/learning/fundamental.itely:1488 (comment) -msgid "create LH staff; needs two simultaneous voices" -msgstr "" - -#. Documentation/learning/fundamental.itely:1491 (comment) -msgid "create LH voice one" -msgstr "" - -#. Documentation/learning/fundamental.itely:1493 (comment) -msgid "start of LH voice one notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1496 (comment) -msgid "end of LH voice one notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1497 (comment) -msgid "end of LH voice one" -msgstr "" - -#. Documentation/learning/fundamental.itely:1498 (comment) -msgid "create LH voice two" -msgstr "" - -#. Documentation/learning/fundamental.itely:1500 (comment) -msgid "start of LH voice two notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1503 (comment) -msgid "end of LH voice two notes" -msgstr "" - -#. Documentation/learning/fundamental.itely:1504 (comment) -msgid "end of LH voice two" -msgstr "" - -#. Documentation/learning/fundamental.itely:1505 (comment) -msgid "end of LH staff" -msgstr "" - -#. Documentation/learning/fundamental.itely:1506 (comment) -msgid "end of simultaneous staves section" -msgstr "" - -#. Documentation/learning/fundamental.itely:1507 (comment) -msgid "end of single compound music expression" -msgstr "" - -#. Documentation/learning/fundamental.itely:1726 (comment) -msgid "Wrong!" -msgstr "" - -#. Documentation/learning/fundamental.itely:1812 (comment) -#. Documentation/learning/fundamental.itely:1989 (comment) -msgid "make note heads smaller" -msgstr "" - -#. Documentation/learning/fundamental.itely:1815 (comment) -#. Documentation/learning/fundamental.itely:1991 (comment) -msgid "make note heads larger" -msgstr "" - -#. Documentation/learning/fundamental.itely:1818 (comment) -#. Documentation/learning/fundamental.itely:1993 (comment) -msgid "return to default size" -msgstr "" - -#. Documentation/learning/fundamental.itely:2282 (variable) -#. Documentation/learning/fundamental.itely:2570 (variable) -#. Documentation/notation/input.itely:1133 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:74 (variable) -msgid "sopranoMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2289 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:75 (variable) -msgid "sopranoLyrics" -msgstr "" - -#. Documentation/learning/fundamental.itely:2293 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:87 (variable) -msgid "celloMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2574 (variable) -msgid "sopranoWords" -msgstr "" - -#. Documentation/learning/fundamental.itely:2577 (variable) -#. Documentation/notation/input.itely:1134 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:76 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:66 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:75 (variable) -msgid "altoMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2581 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:79 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:69 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:78 (variable) -msgid "altoWords" -msgstr "" - -#. Documentation/learning/fundamental.itely:2582 (variable) -#. Documentation/notation/input.itely:1135 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:80 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:83 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:73 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:82 (variable) -msgid "tenorMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2586 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:86 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:76 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:85 (variable) -msgid "tenorWords" -msgstr "" - -#. Documentation/learning/fundamental.itely:2587 (variable) -#. Documentation/notation/input.itely:1136 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:88 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:90 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:80 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:89 (variable) -msgid "bassMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2591 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:93 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:83 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:92 (variable) -msgid "bassWords" -msgstr "" - -#. Documentation/learning/fundamental.itely:2608 (comment) -msgid "combine ChoirStaff and PianoStaff in parallel" -msgstr "" - -#. Documentation/learning/fundamental.itely:2610 (context id) -#. Documentation/learning/fundamental.itely:2612 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:102 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:90 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:100 (context id) -msgid "sopranos" -msgstr "" - -#. Documentation/learning/fundamental.itely:2620 (context id) -#. Documentation/learning/fundamental.itely:2622 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:103 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:91 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:104 (context id) -msgid "altos" -msgstr "" - -#. Documentation/learning/fundamental.itely:2630 (context id) -#. Documentation/learning/fundamental.itely:2632 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:109 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:101 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:113 (context id) -msgid "tenors" -msgstr "" - -#. Documentation/learning/fundamental.itely:2640 (context id) -#. Documentation/learning/fundamental.itely:2642 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:110 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:102 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:117 (context id) -msgid "basses" -msgstr "" - -#. Documentation/learning/fundamental.itely:2650 (comment) -msgid "end ChoirStaff" -msgstr "" - -#. Documentation/learning/fundamental.itely:2902 (variable) -msgid "ManualOneVoiceOneMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2906 (variable) -msgid "ManualOneVoiceTwoMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2910 (variable) -msgid "ManualTwoMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2914 (variable) -msgid "PedalOrganMusic" -msgstr "" - -#. Documentation/learning/fundamental.itely:2920 (comment) -msgid "PianoStaff and Pedal Staff must be simultaneous" -msgstr "" - -#. Documentation/learning/fundamental.itely:2922 (context id) -msgid "ManualOne" -msgstr "" - -#. Documentation/learning/fundamental.itely:2923 (comment) -msgid "set key and time signature" -msgstr "" - -#. Documentation/learning/fundamental.itely:2933 (comment) -msgid "end ManualOne Staff context" -msgstr "" - -#. Documentation/learning/fundamental.itely:2934 (context id) -msgid "ManualTwo" -msgstr "" - -#. Documentation/learning/fundamental.itely:2943 (comment) -msgid "end ManualTwo Staff context" -msgstr "" - -#. Documentation/learning/fundamental.itely:2944 (comment) -msgid "end PianoStaff context" -msgstr "" - -#. Documentation/learning/fundamental.itely:2945 (context id) -msgid "PedalOrgan" -msgstr "" - -#. Documentation/learning/fundamental.itely:2951 (comment) -msgid "end PedalOrgan Staff context" -msgstr "" - -#. Documentation/learning/fundamental.itely:2953 (comment) -msgid "end Score context" -msgstr "" - -#. Documentation/learning/fundamental.itely:2969 (variable) -msgid "hornNotes" -msgstr "" - -#. Documentation/learning/fundamental.itely:2981 (variable) -msgid "fragmentA" -msgstr "" - -#. Documentation/learning/fundamental.itely:2982 (variable) -msgid "fragmentB" -msgstr "" - -#. Documentation/learning/fundamental.itely:3001 (variable) -msgid "dolce" -msgstr "" - -#. Documentation/learning/fundamental.itely:3004 (variable) -msgid "fthenp" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @chapter in Documentation/learning/fundamental.itely -msgid "Fundamental concepts" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @section in Documentation/learning/fundamental.itely -msgid "How LilyPond input files work" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Introduction to the LilyPond file structure" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Score is a (single) compound musical expression" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Nesting music expressions" -msgstr "" - -#. @rglos in Documentation/learning/fundamental.itely -#. @rglos in Documentation/learning/tweaks.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ossia" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "On the un-nestedness of brackets and ties" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @section in Documentation/learning/fundamental.itely -msgid "Voices contain music" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "I'm hearing Voices" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Explicitly instantiating voices" -msgstr "" - -#. @subsubheading in Documentation/learning/fundamental.itely -msgid "Note columns" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Voices and vocals" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @section in Documentation/learning/fundamental.itely -msgid "Contexts and engravers" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Contexts explained" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Creating contexts" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Engravers explained" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Modifying context properties" -msgstr "" - -#. @subsubheading in Documentation/learning/fundamental.itely -msgid "Setting context properties with @code{\\\\with}" -msgstr "" - -#. @subsubheading in Documentation/learning/fundamental.itely -msgid "Setting context properties with @code{\\\\context}" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Adding and removing engravers" -msgstr "" - -#. @subsubheading in Documentation/learning/fundamental.itely -msgid "Changing a single context" -msgstr "" - -#. @rglos in Documentation/learning/fundamental.itely -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ambitus" -msgstr "" - -#. @subsubheading in Documentation/learning/fundamental.itely -msgid "Changing all contexts of the same type" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @section in Documentation/learning/fundamental.itely -msgid "Extending the templates" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Soprano and cello" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Four-part SATB vocal score" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Building a score from scratch" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Saving typing with variables and functions" -msgstr "" - -#. @node in Documentation/learning/fundamental.itely -#. @subsection in Documentation/learning/fundamental.itely -msgid "Scores and parts" -msgstr "" - -#. Documentation/learning/tweaks.itely:602 (comment) -#. Documentation/learning/tweaks.itely:740 (comment) -msgid "Increase thickness of all following slurs from 1.2 to 5.0" -msgstr "" - -#. Documentation/learning/tweaks.itely:672 (comment) -#. Documentation/learning/tweaks.itely:712 (comment) -#. Documentation/learning/tweaks.itely:715 (comment) -msgid "Increase thickness of immediately following slur only" -msgstr "" - -#. Documentation/learning/tweaks.itely:744 (comment) -msgid "Revert thickness of all following slurs to default of 1.2" -msgstr "" - -#. Documentation/learning/tweaks.itely:1421 (comment) -msgid "Don't print clefs in this staff" -msgstr "" - -#. Documentation/learning/tweaks.itely:1423 (comment) -msgid "Don't print time signatures in this staff" -msgstr "" - -#. Documentation/learning/tweaks.itely:1487 (comment) -msgid "Reduce all font sizes by ~24%" -msgstr "" - -#. Documentation/learning/tweaks.itely:1554 (comment) -msgid "Reduce stem length and line spacing to match" -msgstr "" - -#. Documentation/learning/tweaks.itely:1998 (comment) -#. Documentation/learning/tweaks.itely:2067 (comment) -msgid "Set details for later Text Spanner" -msgstr "" - -#. Documentation/learning/tweaks.itely:2001 (comment) -#. Documentation/learning/tweaks.itely:2070 (comment) -msgid "Place dynamics above staff" -msgstr "" - -#. Documentation/learning/tweaks.itely:2003 (comment) -#. Documentation/learning/tweaks.itely:2074 (comment) -msgid "Start Ottava Bracket" -msgstr "" - -#. Documentation/learning/tweaks.itely:2006 (comment) -msgid "Add Dynamic Text and hairpin" -msgstr "" - -#. Documentation/learning/tweaks.itely:2009 (comment) -#. Documentation/learning/tweaks.itely:2081 (comment) -msgid "Add Text Script" -msgstr "" - -#. Documentation/learning/tweaks.itely:2012 (comment) -msgid "Add Dynamic Text and terminate hairpin" -msgstr "" - -#. Documentation/learning/tweaks.itely:2014 (comment) -#. Documentation/learning/tweaks.itely:2086 (comment) -msgid "Stop Ottava Bracket" -msgstr "" - -#. Documentation/learning/tweaks.itely:2072 (comment) -msgid "Place following Ottava Bracket below Text Spanners" -msgstr "" - -#. Documentation/learning/tweaks.itely:2077 (comment) -#. Documentation/learning/tweaks.itely:2084 (comment) -msgid "Add Dynamic Text" -msgstr "" - -#. Documentation/learning/tweaks.itely:2079 (comment) -msgid "Add Dynamic Line Spanner" -msgstr "" - -#. Documentation/learning/tweaks.itely:2161 (comment) -msgid "Cause notes to space out to accommodate text" -msgstr "" - -#. Documentation/learning/tweaks.itely:2184 (comment) -msgid "This markup is short enough to fit without collision" -msgstr "" - -#. Documentation/learning/tweaks.itely:2188 (comment) -msgid "This is too long to fit, so it is displaced upwards" -msgstr "" - -#. Documentation/learning/tweaks.itely:2192 (comment) -#. Documentation/learning/tweaks.itely:2197 (comment) -msgid "Turn off collision avoidance" -msgstr "" - -#. Documentation/learning/tweaks.itely:2199 (comment) -msgid "and turn on textLengthOn" -msgstr "" - -#. Documentation/learning/tweaks.itely:2200 (comment) -msgid "Spaces at end are honored" -msgstr "" - -#. Documentation/learning/tweaks.itely:2307 (comment) -msgid "Extend width by 1 staff space" -msgstr "" - -#. Documentation/learning/tweaks.itely:2587 (comment) -msgid "This will not work, see below" -msgstr "" - -#. Documentation/learning/tweaks.itely:2591 (comment) -msgid "This works" -msgstr "" - -#. Documentation/learning/tweaks.itely:2627 (variable) -msgid "sesquisharp" -msgstr "" - -#. Documentation/learning/tweaks.itely:2630 (comment) -msgid "This prints a sesquisharp but the spacing is too small" -msgstr "" - -#. Documentation/learning/tweaks.itely:2635 (comment) -msgid "This improves the spacing" -msgstr "" - -#. Documentation/learning/tweaks.itely:2675 (comment) -msgid "Extend width by 1 unit" -msgstr "" - -#. Documentation/learning/tweaks.itely:2677 (comment) -msgid "Align dynamics to a base line 2 units above staff" -msgstr "" - -#. Documentation/learning/tweaks.itely:3003 (variable) -#. Documentation/learning/tweaks.itely:3060 (variable) -#. Documentation/learning/tweaks.itely:3130 (variable) -#. Documentation/learning/tweaks.itely:3283 (variable) -#. Documentation/learning/tweaks.itely:3352 (variable) -msgid "rhMusic" -msgstr "" - -#. Documentation/learning/tweaks.itely:3009 (comment) -#. Documentation/learning/tweaks.itely:3066 (comment) -#. Documentation/learning/tweaks.itely:3138 (comment) -#. Documentation/learning/tweaks.itely:3293 (comment) -#. Documentation/learning/tweaks.itely:3362 (comment) -msgid "Start polyphonic section of four voices" -msgstr "" - -#. Documentation/learning/tweaks.itely:3011 (comment) -#. Documentation/learning/tweaks.itely:3025 (comment) -#. Documentation/learning/tweaks.itely:3068 (comment) -#. Documentation/learning/tweaks.itely:3082 (comment) -#. Documentation/learning/tweaks.itely:3140 (comment) -#. Documentation/learning/tweaks.itely:3154 (comment) -#. Documentation/learning/tweaks.itely:3295 (comment) -#. Documentation/learning/tweaks.itely:3313 (comment) -#. Documentation/learning/tweaks.itely:3364 (comment) -#. Documentation/learning/tweaks.itely:3390 (comment) -msgid "continuation of main voice" -msgstr "" - -#. Documentation/learning/tweaks.itely:3029 (variable) -#. Documentation/learning/tweaks.itely:3086 (variable) -#. Documentation/learning/tweaks.itely:3158 (variable) -#. Documentation/learning/tweaks.itely:3317 (variable) -#. Documentation/learning/tweaks.itely:3394 (variable) -msgid "lhMusic" -msgstr "" - -#. Documentation/learning/tweaks.itely:3038 (context id) -#. Documentation/learning/tweaks.itely:3095 (context id) -#. Documentation/learning/tweaks.itely:3167 (context id) -#. Documentation/learning/tweaks.itely:3326 (context id) -#. Documentation/learning/tweaks.itely:3403 (context id) -#. Documentation/notation/input.itely:1154 (context id) -#. Documentation/snippets/repeats-headword.ly:30 (context id) -#. Documentation/snippets/simultaneous-headword.ly:60 (comment) -msgid "RH" -msgstr "" - -#. Documentation/learning/tweaks.itely:3042 (context id) -#. Documentation/learning/tweaks.itely:3099 (context id) -#. Documentation/learning/tweaks.itely:3171 (context id) -#. Documentation/learning/tweaks.itely:3330 (context id) -#. Documentation/learning/tweaks.itely:3407 (context id) -#. Documentation/notation/input.itely:1160 (context id) -#. Documentation/snippets/repeats-headword.ly:92 (context id) -#. Documentation/snippets/text-headword.ly:137 (comment) -msgid "LH" -msgstr "" - -#. Documentation/learning/tweaks.itely:3298 (comment) -#. Documentation/learning/tweaks.itely:3370 (comment) -msgid "Move the c2 out of the main note column so the merge will work" -msgstr "" - -#. Documentation/learning/tweaks.itely:3303 (comment) -#. Documentation/learning/tweaks.itely:3377 (comment) -msgid "Stem on the d2 must be down to permit merging" -msgstr "" - -#. Documentation/learning/tweaks.itely:3368 (comment) -msgid "Reposition the c2 to the right of the merged note" -msgstr "" - -#. Documentation/learning/tweaks.itely:3379 (comment) -msgid "Stem on the d2 should be invisible" -msgstr "" - -#. Documentation/learning/tweaks.itely:3514 (comment) -#. Documentation/learning/tweaks.itely:3536 (comment) -msgid "Visible tempo marking" -msgstr "" - -#. Documentation/learning/tweaks.itely:3518 (comment) -#. Documentation/learning/tweaks.itely:3540 (comment) -msgid "Invisible tempo marking to lengthen fermata in MIDI" -msgstr "" - -#. Documentation/learning/tweaks.itely:3521 (comment) -#. Documentation/learning/tweaks.itely:3543 (comment) -msgid "New tempo for next section" -msgstr "" - -#. Documentation/learning/tweaks.itely:3604 (variable) -msgid "emphasize" -msgstr "" - -#. Documentation/learning/tweaks.itely:3609 (variable) -msgid "normal" -msgstr "" - -#. Documentation/learning/tweaks.itely:3616 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:42 (variable) -#. Documentation/snippets/hymn-template.ly:58 (variable) -msgid "SopranoMusic" -msgstr "" - -#. Documentation/learning/tweaks.itely:3641 (context id) -#. Documentation/notation/input.itely:1139 (context id) -#. Documentation/snippets/anglican-psalm-template.ly:83 (context id) -#. Documentation/snippets/chords-headword.ly:49 (variable) -#. Documentation/snippets/hymn-template.ly:88 (context id) -msgid "Soprano" -msgstr "" - -#. Documentation/learning/tweaks.itely:3672 (variable) -msgid "mpdolce" -msgstr "" - -#. Documentation/learning/tweaks.itely:3679 (variable) -msgid "inst" -msgstr "" - -#. Documentation/learning/tweaks.itely:4184 (comment) -msgid "Arrange to obtain color from color-notehead procedure" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @chapter in Documentation/learning/tweaks.itely -msgid "Tweaking output" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @section in Documentation/learning/tweaks.itely -msgid "Tweaking basics" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Introduction to tweaks" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Objects and interfaces" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Naming conventions of objects and properties" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Tweaking methods" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @section in Documentation/learning/tweaks.itely -msgid "The Internals Reference manual" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Properties of layout objects" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Finding the context" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Overriding once only" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Reverting" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Properties found in interfaces" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Specifying the context in lyric mode" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Types of properties" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @section in Documentation/learning/tweaks.itely -msgid "Appearance of objects" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Visibility and color of objects" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "stencil" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "break-visibility" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "transparent" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "color" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Size of objects" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Length and thickness of objects" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @section in Documentation/learning/tweaks.itely -msgid "Placement of objects" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Automatic behavior" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Within-staff objects" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/learning/tweaks.itely -msgid "Fingering" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Outside-staff objects" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "\\\\textLengthOn" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Grob sizing" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @section in Documentation/learning/tweaks.itely -msgid "Collisions of objects" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Moving objects" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Fixing overlapping notation" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "padding property" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "right-padding" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "staff-padding property" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "self-alignment-X property" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "staff-position property" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "extra-offset property" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "positions property" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "force-hshift property" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Real music example" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @section in Documentation/learning/tweaks.itely -msgid "Further tweaking" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Other uses for tweaks" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Tying notes across voices" -msgstr "" - -#. @subheading in Documentation/learning/tweaks.itely -msgid "Simulating a fermata in MIDI" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Using variables for tweaks" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Style sheets" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Other sources of information" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Avoiding tweaks with slower processing" -msgstr "" - -#. @node in Documentation/learning/tweaks.itely -#. @subsection in Documentation/learning/tweaks.itely -msgid "Advanced tweaks with Scheme" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendix in Documentation/learning/templates.itely -msgid "Templates" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -msgid "Single staff" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Notes only" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Notes and lyrics" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Notes and chords" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Notes, lyrics, and chords." -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -msgid "Piano templates" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Solo piano" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Piano and melody with lyrics" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Piano centered lyrics" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Piano centered dynamics" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "String quartet" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "String quartet parts" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -msgid "Vocal ensembles" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "SATB vocal score" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "SATB vocal score and automatic piano reduction" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "SATB with aligned contexts" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "SATB on four staves" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Solo verse and two-part refrain" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Hymn tunes" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Psalms" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -msgid "Orchestral templates" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Orchestra, choir and piano" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -msgid "Ancient notation templates" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Transcription of mensural music" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Gregorian transcription template" -msgstr "" - -#. @node in Documentation/learning/templates.itely -#. @appendixsec in Documentation/learning/templates.itely -msgid "Other templates" -msgstr "" - -#. @appendixsubsec in Documentation/learning/templates.itely -msgid "Jazz combo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @chapter in Documentation/music-glossary.tely -msgid "Musical terms A-Z" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/notation/changing-defaults.itely:453 (context id) -#. Documentation/notation/changing-defaults.itely:459 (context id) -#. Documentation/notation/changing-defaults.itely:467 (context id) -#. Documentation/notation/changing-defaults.itely:469 (context id) -msgid "A" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "a due" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "accelerando" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "accent" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "accessory" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "adagio" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "al niente" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "alla breve" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "allegro" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "alteration" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/jazz-combo-template.ly:113 (variable) -#. Documentation/snippets/satb-choir-template---four-staves.ly:69 (context id) -msgid "alto" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "alto clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ancient minor scale" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "andante" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "arpeggio" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ascending interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "augmentation" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "augmented interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "autograph" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/notation/changing-defaults.itely:454 (context id) -#. Documentation/notation/changing-defaults.itely:463 (context id) -#. Documentation/notation/changing-defaults.itely:468 (context id) -msgid "B" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "backfall" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "bar" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "bar line" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "baritone" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "baritone clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:45 (variable) -#. Documentation/snippets/fretted-headword.ly:107 (variable) -#. Documentation/snippets/jazz-combo-template.ly:246 (variable) -#. Documentation/snippets/jazz-combo-template.ly:294 (context id) -#. Documentation/snippets/satb-choir-template---four-staves.ly:83 (context id) -msgid "bass" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "bass clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "beat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "beat repeat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "bind" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "bracket" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "brass" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "breath mark" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "breve" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "C" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "C clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "cadence" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "cadenza" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/breathing-signs.ly:36 (comment) -msgid "caesura" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "canon" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "cent" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "central C" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "chromatic scale" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "chromaticism" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "church mode" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "cluster" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "comma" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "common meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "Common Practice Period" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "common time" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "complement" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "compound interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "compound meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "compound time" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "concert pitch" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "conjunct movement" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "consonance" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "contralto" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "copying music" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "counterpoint" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "countertenor" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "cue-notes" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "custos" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "cut time" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "D" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "da capo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dal niente" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dal segno" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "descending interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "diatonic scale" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "didymic comma" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "diminished interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "diminuendo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "diminution" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "direct" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "disjunct movement" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dissonance" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dissonant interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "divisio" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "doit" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dominant" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dominant ninth chord" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dominant seventh chord" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dorian mode" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "dot (augmentation dot)" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double appoggiatura" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double bar line" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double dotted note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double time signature" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "double trill" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "duple meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "duplet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "E" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ecclesiastical mode" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "eighth note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "eighth rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "elision" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "embellishment" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "engraving" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "enharmonic" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "equal temperament" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "expression mark" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "F" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "F clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "fall" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "feathered beam" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "fermata" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "fifth" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "figured bass" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "flag" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "flageolet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "forefall" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "forte" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "fourth" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "Frenched score" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "Frenched staff" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "Frenched staves" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "fugue" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "functional harmony" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "G" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "G clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "glissando" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "grand staff" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "grave" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "gruppetto" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "H" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "hairpin" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "half rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "harmonic cadence" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "harmonics" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "harmony" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "hemiola" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "homophony" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "hook" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "hymn meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "inversion" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "inverted interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "just intonation" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "key" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "laissez vibrer" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "largo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "leading note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ledger line" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "legato" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "legato curve" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "leger line" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ligature" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "lilypond" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "line" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "loco" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "long appoggiatura" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "longa" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "lyric tie" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "major interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "maxima" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "meantone temperament" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "measure" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "measure repeat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mediant" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "melisma line" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "melodic cadence" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mensural notation" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mensuration sign" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "metronome mark" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "metronomic indication" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mezzo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mezzo-soprano" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "minor interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mixolydian mode" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mode" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "modulation" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "mordent" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "motif" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "motive" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "movement" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "multi-measure rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "neighbor tones" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ninth" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "non-legato" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "note head" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "note names" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "octavation" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "octave mark" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "octave marking" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "octave sign" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ornament" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/flamenco-notation.ly:184 (variable) -#. Documentation/snippets/flamenco-notation.ly:281 (context id) -msgid "part" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "pause" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "pennant" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "percent repeat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "percussion" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "perfect interval" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "phrase" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "pickup" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "pizzicato" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "polymeter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "polymetric" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "polymetric time signature" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "portato" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "power chord" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "presto" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "proportion" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "Pythagorean comma" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "quadruplet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "quality" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "quarter rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "quarter tone" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "quintuplet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "rallentando" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "relative key" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "repeat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly:49 (variable) -#. Documentation/snippets/jazz-combo-template.ly:290 (context id) -msgid "rhythm" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ritardando" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "ritenuto" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "scale degree" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "scordatura" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "score" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "second" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "semibreve" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "semitone" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "seventh" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sextolet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sextuplet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "shake" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "simile" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "simple meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sixteenth note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sixteenth rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sixth" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sixty-fourth note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sixty-fourth rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "slash repeat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "solmization" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sonata" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sonata form" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "song texts" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/satb-choir-template---four-staves.ly:62 (context id) -msgid "soprano" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "staccato" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "staves" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "stem" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "stringendo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "strings" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "strong beat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "subdominant" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "submediant" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "subtonic" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sul G" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "superdominant" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "supertonic" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "symphony" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "syncopation" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "syntonic comma" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "temperament" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -#. Documentation/snippets/satb-choir-template---four-staves.ly:76 (context id) -msgid "tenor" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tenth" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tenuto" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "third" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "thirty-second note" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "thirty-second rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "thorough bass" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "time" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tone" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tonic" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "transposing instrument" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "treble clef" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tremolo" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "triad" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "trill" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "triple meter" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tritone" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tuning fork" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "tuplet" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "turn" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "unison" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "upbeat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "voice" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "volta" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "weak beat" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "whole rest" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "whole tone" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "woodwind" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @chapter in Documentation/music-glossary.tely -msgid "Duration names notes and rests" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @chapter in Documentation/music-glossary.tely -msgid "Non-Western terms A-Z" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "bayati" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "iraq" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "kurd" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "makam" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "makamlar" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "maqam" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "rast" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "semai" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "sikah" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @section in Documentation/music-glossary.tely -msgid "taqasim" -msgstr "" - -#. @node in Documentation/music-glossary.tely -#. @appendix in Documentation/music-glossary.tely -msgid "Literature used" -msgstr "" - -#. @node in Documentation/notation.tely -#. @appendix in Documentation/notation.tely -msgid "LilyPond grammar" -msgstr "" - -#. @node in Documentation/notation.tely -#. @appendix in Documentation/notation.tely -msgid "LilyPond command index" -msgstr "" - -#. @node in Documentation/notation/notation.itely -#. @chapter in Documentation/notation/notation.itely -msgid "Musical notation" -msgstr "" - -#. @node in Documentation/notation/specialist.itely -#. @chapter in Documentation/notation/specialist.itely -msgid "Specialist notation" -msgstr "" - -#. Documentation/notation/input.itely:673 (comment) -msgid "not printed" -msgstr "" - -#. Documentation/notation/input.itely:1137 (variable) -msgid "allLyrics" -msgstr "" - -#. Documentation/notation/input.itely:1223 (variable) -#. Documentation/notation/input.itely:1242 (variable) -#. Documentation/notation/input.itely:1279 (variable) -#. Documentation/notation/input.itely:1294 (variable) -#. Documentation/notation/spacing.itely:1555 (variable) -#. Documentation/notation/spacing.itely:1609 (variable) -#. Documentation/notation/spacing.itely:1634 (variable) -#. Documentation/notation/changing-defaults.itely:458 (variable) -#. Documentation/notation/changing-defaults.itely:493 (context id) -#. Documentation/notation/changing-defaults.itely:543 (context id) -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:31 (variable) -#. Documentation/snippets/controlling-tuplet-bracket-visibility.ly:53 (variable) -#. Documentation/snippets/guitar-slides.ly:43 (variable) -#. Documentation/snippets/letter-tablature-formatting.ly:26 (variable) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:141 (variable) -#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:170 (variable) -#. Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly:68 (variable) -msgid "music" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @chapter in Documentation/notation/input.itely -msgid "General input and output" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @section in Documentation/notation/input.itely -msgid "Input structure" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Structure of a score" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Multiple scores in a book" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Multiple output files from one input file" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Output file names" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "File structure" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @section in Documentation/notation/input.itely -msgid "Titles and headers" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Creating titles" -msgstr "" - -#. @node in Documentation/notation/input.itely -msgid "Custom headers footers and titles" -msgstr "" - -#. @subsection in Documentation/notation/input.itely -msgid "Custom headers, footers, and titles" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Reference to page numbers" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Table of contents" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @section in Documentation/notation/input.itely -msgid "Working with input files" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Including LilyPond files" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Different editions from one source" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Using variables" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Using tags" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Text encoding" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Displaying LilyPond notation" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @section in Documentation/notation/input.itely -msgid "Controlling output" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Extracting fragments of music" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Skipping corrected music" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Alternative output formats" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Replacing the notation font" -msgstr "" - -#. @subsubheading in Documentation/notation/input.itely -msgid "Installation Instructions for MacOS" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @section in Documentation/notation/input.itely -msgid "MIDI output" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Creating MIDI files" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Instrument names" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "MIDI block" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "What goes into the MIDI output?" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Supported in MIDI" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Unsupported in MIDI" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Repeats in MIDI" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Controlling MIDI dynamics" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Dynamic marks" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Overall MIDI volume" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Equalizing different instruments (i)" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/input.itely -msgid "Equalizing different instruments (ii)" -msgstr "" - -#. @node in Documentation/notation/input.itely -#. @subsection in Documentation/notation/input.itely -msgid "Percussion in MIDI" -msgstr "" - -#. Documentation/notation/spacing.itely:2045 (comment) -msgid "The very low note here needs more room than 'space can" -msgstr "" - -#. Documentation/notation/spacing.itely:2046 (comment) -msgid "provide, so the distance between this staff and the next is" -msgstr "" - -#. Documentation/notation/spacing.itely:2047 (comment) -msgid "determined by 'padding." -msgstr "" - -#. Documentation/notation/spacing.itely:2050 (comment) -msgid "Here, 'space provides enough room, and there is no need to" -msgstr "" - -#. Documentation/notation/spacing.itely:2051 (comment) -msgid "compress the space (towards 'minimum-distance) to make room" -msgstr "" - -#. Documentation/notation/spacing.itely:2052 (comment) -msgid "for anything else on the page, so the distance between this" -msgstr "" - -#. Documentation/notation/spacing.itely:2053 (comment) -msgid "staff and the next is determined by 'space." -msgstr "" - -#. Documentation/notation/spacing.itely:2056 (comment) -msgid "By setting 'padding to a negative value, staves can be made to" -msgstr "" - -#. Documentation/notation/spacing.itely:2057 (comment) -msgid "collide. The lowest acceptable value for 'space is 0." -msgstr "" - -#. Documentation/notation/spacing.itely:2489 (comment) -msgid "this time the text will be closer to the staff" -msgstr "" - -#. Documentation/notation/spacing.itely:2491 (comment) -msgid "by setting outside-staff-priority to a non-number," -msgstr "" - -#. Documentation/notation/spacing.itely:2492 (comment) -msgid "we disable the automatic collision avoidance" -msgstr "" - -#. Documentation/notation/spacing.itely:2495 (comment) -msgid "now they will collide" -msgstr "" - -#. Documentation/notation/spacing.itely:2521 (comment) -msgid "the markup is too close to the following note" -msgstr "" - -#. Documentation/notation/spacing.itely:2525 (comment) -msgid "setting outside-staff-horizontal-padding fixes this" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @chapter in Documentation/notation/spacing.itely -msgid "Spacing issues" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @section in Documentation/notation/spacing.itely -msgid "Page layout" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "The \\\\paper block" -msgstr "" - -#. @subsection in Documentation/notation/spacing.itely -msgid "The @code{\\\\paper} block" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Paper size and automatic scaling" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Setting paper size" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Automatic scaling to paper size" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "Fixed vertical spacing \\\\paper variables" -msgstr "" - -#. @subsection in Documentation/notation/spacing.itely -msgid "Fixed vertical spacing @code{\\\\paper} variables" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "Flexible vertical spacing \\\\paper variables" -msgstr "" - -#. @subsection in Documentation/notation/spacing.itely -msgid "Flexible vertical spacing @code{\\\\paper} variables" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Structure of flexible vertical spacing alists" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "List of flexible vertical spacing \\\\paper variables" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "List of flexible vertical spacing @code{\\\\paper} variables" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "Horizontal spacing \\\\paper variables" -msgstr "" - -#. @subsection in Documentation/notation/spacing.itely -msgid "Horizontal spacing @code{\\\\paper} variables" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "\\\\paper variables for widths and margins" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "@code{\\\\paper} variables for widths and margins" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "\\\\paper variables for two-sided mode" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "@code{\\\\paper} variables for two-sided mode" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "\\\\paper variables for shifts and indents" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "@code{\\\\paper} variables for shifts and indents" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "Other \\\\paper variables" -msgstr "" - -#. @subsection in Documentation/notation/spacing.itely -msgid "Other @code{\\\\paper} variables" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "\\\\paper variables for line breaking" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "@code{\\\\paper} variables for line breaking" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "\\\\paper variables for page breaking" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "@code{\\\\paper} variables for page breaking" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "\\\\paper variables for page numbering" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "@code{\\\\paper} variables for page numbering" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "Miscellaneous \\\\paper variables" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Miscellaneous @code{\\\\paper} variables" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @section in Documentation/notation/spacing.itely -msgid "Score layout" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -msgid "The \\\\layout block" -msgstr "" - -#. @subsection in Documentation/notation/spacing.itely -msgid "The @code{\\\\layout} block" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Setting the staff size" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @section in Documentation/notation/spacing.itely -msgid "Breaks" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Line breaking" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Page breaking" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Optimal page breaking" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Optimal page turning" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Minimal page breaking" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Explicit breaks" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Using an extra voice for breaks" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @section in Documentation/notation/spacing.itely -msgid "Vertical spacing" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Flexible vertical spacing within systems" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Within-system spacing properties" -msgstr "" - -#. @subsubheading in Documentation/notation/spacing.itely -msgid "Properties of the @code{VerticalAxisGroup} grob" -msgstr "" - -#. @subsubheading in Documentation/notation/spacing.itely -msgid "Properties of the @code{StaffGrouper} grob" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Spacing of ungrouped staves" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Spacing of grouped staves" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @unnumberedsubsubsec in Documentation/notation/spacing.itely -msgid "Spacing of non-staff lines" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Explicit staff and system positioning" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Vertical collision avoidance" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @section in Documentation/notation/spacing.itely -msgid "Horizontal spacing" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Horizontal spacing overview" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "New spacing area" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Changing horizontal spacing" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Line length" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Proportional notation" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @section in Documentation/notation/spacing.itely -msgid "Fitting music onto fewer pages" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Displaying spacing" -msgstr "" - -#. @node in Documentation/notation/spacing.itely -#. @subsection in Documentation/notation/spacing.itely -msgid "Changing spacing" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:449 (variable) -msgid "musicA" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:450 (variable) -msgid "musicB" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:451 (variable) -msgid "keepVoicesAlive" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:453 (comment) -msgid "Keep Voice \\\"A\\\" alive for 5 bars" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:454 (comment) -msgid "Keep Voice \\\"B\\\" alive for 5 bars" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:489 (variable) -#. Documentation/notation/changing-defaults.itely:500 (context id) -#. Documentation/notation/changing-defaults.itely:506 (context id) -#. Documentation/notation/changing-defaults.itely:508 (context id) -#. Documentation/notation/changing-defaults.itely:511 (context id) -#. Documentation/notation/changing-defaults.itely:533 (variable) -#. Documentation/notation/changing-defaults.itely:549 (context id) -msgid "accompaniment" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:490 (variable) -#. Documentation/notation/changing-defaults.itely:539 (variable) -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:74 (variable) -msgid "words" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:497 (comment) -msgid "Keep Voice \\\"melody\\\" alive for 4 bars" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:528 (comment) -#. Documentation/notation/changing-defaults.itely:530 (comment) -msgid "skip a bar" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2017 (comment) -msgid "default space between staves" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2023 (comment) -msgid "reduced space between staves" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2025 (comment) -msgid "this is the nested declaration" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2480 (comment) -msgid "increase the length of the tie" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2489 (comment) -msgid "increase the length of the rest bar" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2497 (comment) -msgid "increase the length of the hairpin" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2525 (comment) -msgid "default" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2528 (comment) -#. Documentation/notation/changing-defaults.itely:2541 (comment) -msgid "not effective alone" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2532 (comment) -#. Documentation/notation/changing-defaults.itely:2545 (comment) -msgid "effective only when both overrides are present" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2922 (comment) -msgid "Remove bar line at the end of the current line" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:2968 (comment) -msgid "Try to remove all key signatures" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3392 (comment) -msgid "move horizontally left" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3394 (comment) -msgid "move vertically up" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3395 (comment) -msgid "third finger" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3443 (comment) -#. Documentation/notation/changing-defaults.itely:3482 (comment) -msgid "The rehearsal mark will be centered above the Clef" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3449 (comment) -msgid "The rehearsal mark will be centered above the Time Signature" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3456 (comment) -msgid "The rehearsal mark will be centered above the Breath Mark" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3476 (comment) -msgid "The rehearsal mark will be centered above the Key Signature" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3489 (comment) -msgid "The rehearsal mark will be centered above the Bar Line" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3504 (comment) -msgid "The RehearsalMark will be centered above the Key Signature" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3511 (comment) -#. Documentation/notation/changing-defaults.itely:3527 (comment) -#. Documentation/notation/changing-defaults.itely:3534 (comment) -msgid "" -"The RehearsalMark will be aligned with the left edge of the Key Signature" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3516 (comment) -msgid "" -"The RehearsalMark will be aligned with the right edge of the Key Signature" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3528 (comment) -msgid "and then shifted right by 3.5 staff-spaces" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3535 (comment) -msgid "and then shifted left by 2 staff-spaces" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3583 (variable) -msgid "XinO" -msgstr "" - -#. Documentation/notation/changing-defaults.itely:3825 (variable) -msgid "custosNote" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @chapter in Documentation/notation/changing-defaults.itely -msgid "Changing defaults" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @section in Documentation/notation/changing-defaults.itely -msgid "Interpretation contexts" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Score - the master of all contexts" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Top-level contexts - staff containers" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Intermediate-level contexts - staves" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Bottom-level contexts - voices" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Keeping contexts alive" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Modifying context plug-ins" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Changing context default settings" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Defining new contexts" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Aligning contexts" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @section in Documentation/notation/changing-defaults.itely -msgid "Explaining the Internals Reference" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Navigating the program reference" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Layout interfaces" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Determining the grob property" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Naming conventions" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @section in Documentation/notation/changing-defaults.itely -msgid "Modifying properties" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Overview of modifying properties" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "The set command" -msgstr "" - -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "The @code{@bs{}set} command" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "The override command" -msgstr "" - -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "The @code{\\\\override} command" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "The tweak command" -msgstr "" - -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "The @code{\\\\tweak} command" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "set versus override" -msgstr "" - -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "@code{\\\\set} vs. @code{\\\\override}" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Modifying alists" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @section in Documentation/notation/changing-defaults.itely -msgid "Useful concepts and properties" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Input modes" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Direction and placement" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Context layout order" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Distances and measurements" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Staff symbol properties" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Spanners" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{spanner-interface}" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{line-spanner-interface}" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Visibility of objects" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Removing the stencil" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Making objects transparent" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Painting objects white" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using break-visibility" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Special considerations" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Line styles" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Rotating objects" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Rotating layout objects" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Rotating markup" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @section in Documentation/notation/changing-defaults.itely -msgid "Advanced tweaks" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Aligning objects" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "Setting X-offset and Y-offset directly" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Setting @code{X-offset} and @code{Y-offset} directly" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "Using the side-position-interface" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{side-position-interface}" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "Using the self-alignment-interface" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{self-alignment-interface}" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{aligned-on-parent} procedures" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{centered-on-parent} procedures" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -msgid "Using the break-alignable-interface" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Using the @code{break-alignable-interface}" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Vertical grouping of grobs" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Modifying stencils" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Modifying shapes" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely -msgid "Modifying ties and slurs" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @section in Documentation/notation/changing-defaults.itely -msgid "Using music functions" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Substitution function syntax" -msgstr "" - -#. @node in Documentation/notation/changing-defaults.itely -#. @subsection in Documentation/notation/changing-defaults.itely -msgid "Substitution function examples" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendix in Documentation/notation/notation-appendices.itely -msgid "Notation manual tables" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Chord name chart" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Common chord modifiers" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Predefined fretboard diagrams" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "MIDI instruments" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "List of colors" -msgstr "" - -#. @subsubheading in Documentation/notation/notation-appendices.itely -msgid "Normal colors" -msgstr "" - -#. @subsubheading in Documentation/notation/notation-appendices.itely -msgid "X color names" -msgstr "" - -#. @subsubheading in Documentation/notation/notation-appendices.itely -msgid "Color Names without a numerical suffix:" -msgstr "" - -#. @subsubheading in Documentation/notation/notation-appendices.itely -msgid "Color names with a numerical suffix" -msgstr "" - -#. @subsubheading in Documentation/notation/notation-appendices.itely -msgid "Grey Scale" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "The Feta font" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Clef glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Time Signature glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Number glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Accidental glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Default Notehead glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Special Notehead glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Shape-note Notehead glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Rest glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Flag glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Dot glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Dynamic glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Script glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Arrowhead glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Bracket-tip glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Pedal glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Accordion glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Vaticana glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Medicaea glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Hufnagel glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Mensural glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Neomensural glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Petrucci glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Solesmes glyphs" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Note head styles" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Text markup commands" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Text markup list commands" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "List of articulations" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Articulation scripts" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Ornament scripts" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Fermata scripts" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Instrument-specific scripts" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Repeat sign scripts" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "Ancient scripts" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Percussion notes" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Technical glossary" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "alist" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "callback" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "closure" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "glyph" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "grob" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "immutable" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "interface" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "lexer" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "mutable" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "output-def" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "parser" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "parser variable" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "prob" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "simple closure" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely -msgid "smob" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "All context properties" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Layout properties" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Available music functions" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Predefined type predicates" -msgstr "" - -#. @node in Documentation/notation/notation-appendices.itely -#. @appendixsec in Documentation/notation/notation-appendices.itely -msgid "Scheme functions" -msgstr "" - -#. @node in Documentation/notation/cheatsheet.itely -#. @appendix in Documentation/notation/cheatsheet.itely -msgid "Cheat sheet" -msgstr "" - -#. @unnumberedsec in Documentation/snippets.tely -#. @node in Documentation/snippets.tely -#. @unnumberedsec in Documentation/snippets.tely -msgid "\\\\TEXT\\\\" -msgstr "" - -#. @node in Documentation/usage/running.itely -msgid "Running lilypond" -msgstr "" - -#. @chapter in Documentation/usage/running.itely -msgid "Running @command{lilypond}" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @section in Documentation/usage/running.itely -msgid "Normal usage" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @section in Documentation/usage/running.itely -msgid "Command-line usage" -msgstr "" - -#. @node in Documentation/usage/running.itely -msgid "Invoking lilypond" -msgstr "" - -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Invoking @command{lilypond}" -msgstr "" - -#. @unnumberedsubsubsec in Documentation/usage/running.itely -msgid "Standard shell commands" -msgstr "" - -#. @node in Documentation/usage/running.itely -msgid "Command line options for lilypond" -msgstr "" - -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Command line options for @command{lilypond}" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Environment variables" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "LilyPond in chroot jail" -msgstr "" - -#. @subheading in Documentation/usage/running.itely -msgid "Example script for 32-bit Ubuntu 8.04" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @section in Documentation/usage/running.itely -msgid "Error messages" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @section in Documentation/usage/running.itely -msgid "Common errors" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Music runs off the page" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "An extra staff appears" -msgstr "" - -#. @node in Documentation/usage/running.itely -msgid "Apparent error in ../ly/init.ly" -msgstr "" - -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Apparent error in @code{../ly/init.ly}" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Error message Unbound variable %" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Error message FT_Get_Glyph_Name" -msgstr "" - -#. @node in Documentation/usage/running.itely -#. @unnumberedsubsec in Documentation/usage/running.itely -msgid "Warning staff affinities should only decrease" -msgstr "" - -#. @node in Documentation/usage/updating.itely -msgid "Updating files with convert-ly" -msgstr "" - -#. @chapter in Documentation/usage/updating.itely -msgid "Updating files with @command{convert-ly}" -msgstr "" - -#. @node in Documentation/usage/updating.itely -#. @section in Documentation/usage/updating.itely -msgid "Why does the syntax change?" -msgstr "" - -#. @node in Documentation/usage/updating.itely -msgid "Invoking convert-ly" -msgstr "" - -#. @section in Documentation/usage/updating.itely -msgid "Invoking @command{convert-ly}" -msgstr "" - -#. @node in Documentation/usage/updating.itely -msgid "Command line options for convert-ly" -msgstr "" - -#. @section in Documentation/usage/updating.itely -msgid "Command line options for @command{convert-ly}" -msgstr "" - -#. @node in Documentation/usage/updating.itely -msgid "Problems running convert-ly" -msgstr "" - -#. @section in Documentation/usage/updating.itely -msgid "Problems running @code{convert-ly}" -msgstr "" - -#. @node in Documentation/usage/updating.itely -#. @section in Documentation/usage/updating.itely -msgid "Manual conversions" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -msgid "lilypond-book" -msgstr "" - -#. @chapter in Documentation/usage/lilypond-book.itely -msgid "Running @command{lilypond-book}" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @section in Documentation/usage/lilypond-book.itely -msgid "An example of a musicological document" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Input" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Processing" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Output" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @section in Documentation/usage/lilypond-book.itely -msgid "Integrating music and text" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @subsection in Documentation/usage/lilypond-book.itely -msgid "LaTeX" -msgstr "" - -#. @subsection in Documentation/usage/lilypond-book.itely -#. @subsubheading in Documentation/usage/lilypond-book.itely -msgid "@LaTeX{}" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @subsection in Documentation/usage/lilypond-book.itely -#. @subsubheading in Documentation/usage/lilypond-book.itely -#. @subsection in Documentation/usage/lilypond-book.itely -msgid "Texinfo" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @subsection in Documentation/usage/lilypond-book.itely -msgid "HTML" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @subsection in Documentation/usage/lilypond-book.itely -msgid "DocBook" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Common conventions" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Including a LilyPond file" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Including LilyPond code" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Processing the DocBook document" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @section in Documentation/usage/lilypond-book.itely -msgid "Music fragment options" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -msgid "Invoking lilypond-book" -msgstr "" - -#. @section in Documentation/usage/lilypond-book.itely -msgid "Invoking @command{lilypond-book}" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Format-specific instructions" -msgstr "" - -#. @subheading in Documentation/usage/lilypond-book.itely -msgid "Command line options" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @section in Documentation/usage/lilypond-book.itely -msgid "Filename extensions" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @section in Documentation/usage/lilypond-book.itely -msgid "lilypond-book templates" -msgstr "" - -#. @subsection in Documentation/usage/lilypond-book.itely -msgid "html" -msgstr "" - -#. @subsection in Documentation/usage/lilypond-book.itely -msgid "xelatex" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -#. @section in Documentation/usage/lilypond-book.itely -msgid "Sharing the table of contents" -msgstr "" - -#. @subsubheading in Documentation/usage/lilypond-book.itely -msgid "Exporting the ToC from LilyPond" -msgstr "" - -#. @subsubheading in Documentation/usage/lilypond-book.itely -msgid "Importing the ToC into LaTeX" -msgstr "" - -#. @node in Documentation/usage/lilypond-book.itely -msgid "Alternate methods of mixing text and music" -msgstr "" - -#. @section in Documentation/usage/lilypond-book.itely -msgid "Alternative methods of mixing text and music" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @chapter in Documentation/usage/external.itely -msgid "External programs" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @section in Documentation/usage/external.itely -msgid "Point and click" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @section in Documentation/usage/external.itely -msgid "Text editor support" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @unnumberedsubsec in Documentation/usage/external.itely -msgid "Emacs mode" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @unnumberedsubsec in Documentation/usage/external.itely -msgid "Vim mode" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @unnumberedsubsec in Documentation/usage/external.itely -msgid "Other editors" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @section in Documentation/usage/external.itely -msgid "Converting from other formats" -msgstr "" - -#. @node in Documentation/usage/external.itely -msgid "Invoking midi2ly" -msgstr "" - -#. @subsection in Documentation/usage/external.itely -msgid "Invoking @command{midi2ly}" -msgstr "" - -#. @node in Documentation/usage/external.itely -msgid "Invoking musicxml2ly" -msgstr "" - -#. @subsection in Documentation/usage/external.itely -msgid "Invoking @code{musicxml2ly}" -msgstr "" - -#. @node in Documentation/usage/external.itely -msgid "Invoking abc2ly" -msgstr "" - -#. @subsection in Documentation/usage/external.itely -msgid "Invoking @code{abc2ly}" -msgstr "" - -#. @node in Documentation/usage/external.itely -msgid "Invoking etf2ly" -msgstr "" - -#. @subsection in Documentation/usage/external.itely -msgid "Invoking @command{etf2ly}" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @subsection in Documentation/usage/external.itely -msgid "Other formats" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @section in Documentation/usage/external.itely -msgid "LilyPond output in other programs" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @unnumberedsubsec in Documentation/usage/external.itely -msgid "Many quotes from a large score" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @unnumberedsubsec in Documentation/usage/external.itely -msgid "Inserting LilyPond output into OpenOffice.org" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @unnumberedsubsec in Documentation/usage/external.itely -msgid "Inserting LilyPond output into other programs" -msgstr "" - -#. @node in Documentation/usage/external.itely -msgid "Independent includes" -msgstr "" - -#. @section in Documentation/usage/external.itely -msgid "Independent @code{include}s" -msgstr "" - -#. @node in Documentation/usage/external.itely -#. @subsection in Documentation/usage/external.itely -msgid "MIDI articulation" -msgstr "" - -#. @node in Documentation/usage/suggestions.itely -#. @chapter in Documentation/usage/suggestions.itely -msgid "Suggestions for writing files" -msgstr "" - -#. @node in Documentation/usage/suggestions.itely -#. @section in Documentation/usage/suggestions.itely -msgid "General suggestions" -msgstr "" - -#. @node in Documentation/usage/suggestions.itely -#. @section in Documentation/usage/suggestions.itely -msgid "Typesetting existing music" -msgstr "" - -#. @node in Documentation/usage/suggestions.itely -#. @section in Documentation/usage/suggestions.itely -msgid "Large projects" -msgstr "" - -#. @node in Documentation/usage/suggestions.itely -#. @section in Documentation/usage/suggestions.itely -msgid "Troubleshooting" -msgstr "" - -#. @node in Documentation/usage/suggestions.itely -#. @section in Documentation/usage/suggestions.itely -msgid "Make and Makefiles" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:38 (variable) -msgid "discant" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:41 (variable) -#. Documentation/snippets/anglican-psalm-template.ly:66 (variable) -msgid "dot" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:47 (comment) -msgid "16 voets register" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:48 (variable) -msgid "accBasson" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:54 (comment) -msgid "een korig 8 en 16 voets register" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:55 (variable) -msgid "accBandon" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:63 (variable) -msgid "accVCello" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:73 (comment) -msgid "4-8-16 voets register" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:74 (variable) -msgid "accHarmon" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:84 (variable) -msgid "accTrombon" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:96 (comment) -msgid "eenkorig 4 en 16 voets register" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:97 (variable) -msgid "accOrgan" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:105 (variable) -msgid "accMaster" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:119 (variable) -msgid "accAccord" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:131 (variable) -msgid "accMusette" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:141 (variable) -msgid "accCeleste" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:149 (variable) -msgid "accOboe" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:157 (variable) -msgid "accClarin" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:163 (variable) -msgid "accPiccolo" -msgstr "" - -#. Documentation/snippets/accordion-discant-symbols.ly:169 (variable) -msgid "accViolin" -msgstr "" - -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:50 (variable) -msgid "continuo" -msgstr "" - -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:62 (context id) -#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:63 (context id) -msgid "bassStaff" -msgstr "" - -#. Documentation/snippets/adding-drum-parts.ly:50 (variable) -msgid "drh" -msgstr "" - -#. Documentation/snippets/adding-drum-parts.ly:51 (variable) -msgid "drl" -msgstr "" - -#. Documentation/snippets/adding-drum-parts.ly:52 (variable) -msgid "timb" -msgstr "" - -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:35 (variable) -#. Documentation/snippets/jazz-combo-template.ly:220 (context id) -#. Documentation/snippets/jazz-combo-template.ly:229 (context id) -msgid "two" -msgstr "" - -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:36 (variable) -msgid "threeTwo" -msgstr "" - -#. Documentation/snippets/adding-fingerings-to-tablatures.ly:43 (variable) -msgid "threeFour" -msgstr "" - -#. Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly:36 (variable) -msgid "splitStaffBarLineMarkup" -msgstr "" - -#. Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly:42 (variable) -msgid "splitStaffBarLine" -msgstr "" - -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:48 (variable) -msgid "cueWhile" -msgstr "" - -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:61 (variable) -msgid "flute" -msgstr "" - -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:67 (variable) -msgid "clarinet" -msgstr "" - -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:76 (variable) -msgid "pianoRH" -msgstr "" - -#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:81 (variable) -msgid "pianoLH" -msgstr "" - -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:33 (comment) -msgid "first, define a variable to hold the formatted date:" -msgstr "" - -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:34 (variable) -msgid "date" -msgstr "" - -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:34 (comment) -msgid "d-%m-%Y\\\" (localtime (current-time)))" -msgstr "" - -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:36 (comment) -msgid "use it in the title block:" -msgstr "" - -#. Documentation/snippets/adding-the-current-date-to-a-score.ly:47 (comment) -msgid "and use it in a \\markup block:" -msgstr "" - -#. Documentation/snippets/additional-voices-to-avoid-collisions.ly:52 (variable) -msgid "voiceFive" -msgstr "" - -#. Documentation/snippets/adjusting-grace-note-spacing.ly:26 (variable) -msgid "graceNotes" -msgstr "" - -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:35 (comment) -msgid "Default layout:" -msgstr "" - -#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:44 (comment) -msgid "Reducing the minimum space below the staff and above the lyrics:" -msgstr "" - -#. Documentation/snippets/aligning-bar-numbers.ly:61 (comment) -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:47 (comment) -msgid "Increase the size of the bar number by 2" -msgstr "" - -#. Documentation/snippets/aligning-bar-numbers.ly:63 (comment) -#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:59 (comment) -msgid "Print a bar number every second measure" -msgstr "" - -#. Documentation/snippets/aligning-bar-numbers.ly:66 (comment) -msgid "Center-align bar numbers" -msgstr "" - -#. Documentation/snippets/aligning-bar-numbers.ly:69 (comment) -msgid "Left-align bar numbers" -msgstr "" - -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:90 (comment) -msgid "the RehearsalMark will be centered above the Clef" -msgstr "" - -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:97 (comment) -msgid "the RehearsalMark will be centered above the TimeSignature" -msgstr "" - -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:105 (comment) -msgid "the RehearsalMark will be centered above the KeySignature" -msgstr "" - -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:116 (comment) -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:128 (comment) -msgid "" -"the RehearsalMark will be aligned with the left edge of the KeySignature" -msgstr "" - -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:122 (comment) -msgid "" -"the RehearsalMark will be aligned with the right edge of the KeySignature" -msgstr "" - -#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:129 (comment) -msgid "and then shifted right by one unit." -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:37 (variable) -#. Documentation/snippets/ancient-fonts.ly:37 (context id) -msgid "upperStaff" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:49 (comment) -msgid "\\break % 1 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:60 (comment) -msgid "\\break %2 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:72 (comment) -msgid "\\break % 3 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:87 (comment) -msgid "\\break % 4 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:96 (comment) -#. Documentation/snippets/ancient-fonts.ly:158 (comment) -msgid "\\break % 5 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:110 (comment) -#. Documentation/snippets/ancient-fonts.ly:173 (comment) -msgid "\\break % 6 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:119 (comment) -#. Documentation/snippets/ancient-fonts.ly:183 (comment) -msgid "\\break % 7 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:126 (comment) -msgid "\\break % 8 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:129 (comment) -msgid "\\break % 12 (32*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:134 (variable) -#. Documentation/snippets/ancient-fonts.ly:134 (context id) -msgid "lowerStaff" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:144 (comment) -msgid "\\break % 2 (16*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:149 (comment) -msgid "\\break % 4 (16*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:188 (comment) -msgid "\\break % 9 (16*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:190 (comment) -msgid "lig" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:194 (comment) -msgid "\\break % 11 (16*1)" -msgstr "" - -#. Documentation/snippets/ancient-fonts.ly:205 (comment) -msgid "\\break % 12 (8*1)" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:34 (context id) -msgid "cantus" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:36 (comment) -msgid "Verse 1 — Salve, Regína" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:47 (comment) -msgid "Verse 2 — Vita, dulcédo" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:48 (comment) -msgid "a\\melisma \\[ a \\flexa g \\pes a\\melismaEnd \\] d" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:49 (comment) -msgid "\\divisioMinima" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:50 (comment) -msgid "\\[ a\\melisma \\flexa g\\melismaEnd \\]" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:51 (comment) -msgid "\\[ f\\melisma \\flexa e f \\pes g \\flexa f\\melismaEnd \\]" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:52 (comment) -msgid "\\[ e\\melisma \\flexa d\\melismaEnd \\]" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:53 (comment) -msgid "\\divisioMaior" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:54 (comment) -msgid "c d \\[e\\melisma \\pes f\\melismaEnd \\] g" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:55 (comment) -msgid "\\[d\\melisma \\pes e \\flexa c\\melismaEnd \\] d" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:56 (comment) -msgid "\\finalis" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:57 (comment) -msgid "Verse 3 — Ad te clamámus" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:66 (comment) -msgid "Verse 4 — Ad te suspirámus" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:79 (comment) -msgid "Verse 5 — Eia ergo, Advocáta nostra" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:95 (comment) -msgid "Verse 6 — Et Jesum" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:109 (comment) -msgid "Verse 7 ad finem — O clemens: O pia: O dulcis Virgo María" -msgstr "" - -#. Documentation/snippets/ancient-headword.ly:127 (comment) -msgid "Vi- ta, dul- cé- do, et spes no- stra, sal- ve." -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:53 (variable) -msgid "chant" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:60 (variable) -msgid "verba" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:69 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:116 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:135 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:152 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:171 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:186 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:207 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:220 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:239 (comment) -#. Documentation/snippets/incipit.ly:25 (variable) -#. Documentation/snippets/incipit.ly:201 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:215 (comment) -msgid "incipit" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:71 (comment) -msgid "tight spacing" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:78 (comment) -msgid "turn off bar lines" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:82 (comment) -msgid "need this extra \\skip such that clef change comes" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:83 (comment) -msgid "after bar line" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:87 (comment) -msgid "CHECK: no effect?" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:88 (comment) -msgid "turn bar lines on again" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:96 (comment) -msgid "FIXME: setting printKeyCancellation back to #t must not" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:97 (comment) -msgid "occur in the first bar after the incipit. Dto. for forceClef." -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:98 (comment) -msgid "Therefore, we need an extra \\skip." -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:103 (comment) -#. Documentation/snippets/incipit.ly:75 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:38 (comment) -msgid "the actual music" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:105 (comment) -#. Documentation/snippets/incipit.ly:78 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:39 (comment) -msgid "let finis bar go through all staves" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:108 (comment) -#. Documentation/snippets/incipit.ly:81 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:41 (comment) -msgid "finis bar" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:112 (variable) -#. Documentation/snippets/incipit.ly:98 (variable) -#. Documentation/snippets/incipit.ly:232 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:45 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:234 (context id) -msgid "discantusNotes" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:118 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:155 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:161 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:175 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:189 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:191 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:200 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:211 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:223 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:71 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:81 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:94 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:101 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:136 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:162 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:188 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:190 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:217 (comment) -msgid "two bars" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:119 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:222 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:137 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:216 (comment) -msgid "eight bars" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:120 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:154 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:157 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:190 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:192 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:193 (comment) -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:224 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:161 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:189 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:191 (comment) -msgid "one bar" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:134 (variable) -#. Documentation/snippets/incipit.ly:112 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:58 (variable) -msgid "discantusLyrics" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:148 (variable) -#. Documentation/snippets/incipit.ly:135 (variable) -#. Documentation/snippets/incipit.ly:239 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:68 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:241 (context id) -msgid "altusNotes" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:156 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:163 (comment) -msgid "seven bars" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:170 (variable) -#. Documentation/snippets/incipit.ly:149 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:80 (variable) -msgid "altusLyrics" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:182 (variable) -#. Documentation/snippets/incipit.ly:173 (variable) -#. Documentation/snippets/incipit.ly:246 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:88 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:248 (context id) -msgid "tenorNotes" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:188 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:187 (comment) -msgid "four bars" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:206 (variable) -#. Documentation/snippets/incipit.ly:187 (variable) -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:81 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:100 (variable) -msgid "tenorLyrics" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:216 (variable) -#. Documentation/snippets/incipit.ly:209 (variable) -#. Documentation/snippets/incipit.ly:253 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:106 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:255 (context id) -msgid "bassusNotes" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:238 (variable) -#. Documentation/snippets/incipit.ly:223 (variable) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:119 (variable) -msgid "bassusLyrics" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:249 (context id) -#. Documentation/snippets/incipit.ly:231 (context id) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:233 (context id) -msgid "choirStaff" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:271 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:269 (comment) -msgid "no bars in staves" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:274 (comment) -msgid "incipit should not start with a start delimiter" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:280 (comment) -#. Documentation/snippets/incipit.ly:276 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:284 (comment) -msgid "no slurs" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:283 (comment) -#. Documentation/snippets/incipit.ly:278 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:286 (comment) -msgid "Comment in the below \\\"\\remove\\\" command to allow line" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:284 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:287 (comment) -msgid "breaking also at those barlines where a note overlaps" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:285 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:288 (comment) -msgid "into the next bar. The command is commented out in this" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:286 (comment) -#. Documentation/snippets/incipit.ly:281 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:289 (comment) -msgid "short example score, but especially for large scores, you" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:287 (comment) -#. Documentation/snippets/incipit.ly:282 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:290 (comment) -msgid "will typically yield better line breaking and thus improve" -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:288 (comment) -#. Documentation/snippets/incipit.ly:283 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:291 (comment) -msgid "overall spacing if you comment in the following command." -msgstr "" - -#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:289 (comment) -#. Documentation/snippets/incipit.ly:284 (comment) -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:292 (comment) -msgid "\\remove \\\"Forbid_line_break_engraver\\\"" -msgstr "" - -#. Documentation/snippets/anglican-psalm-template.ly:70 (variable) -msgid "tick" -msgstr "" - -#. Documentation/snippets/anglican-psalm-template.ly:74 (comment) -msgid "Use markup to center the chant on the page" -msgstr "" - -#. Documentation/snippets/anglican-psalm-template.ly:77 (comment) -msgid "centered" -msgstr "" - -#. Documentation/snippets/anglican-psalm-template.ly:117 (comment) -#. Documentation/snippets/hymn-template.ly:115 (comment) -msgid "End score" -msgstr "" - -#. Documentation/snippets/anglican-psalm-template.ly:119 (comment) -msgid "End markup" -msgstr "" - -#. Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly:98 (variable) -#. Documentation/snippets/clusters.ly:25 (variable) -msgid "fragment" -msgstr "" - -#. Documentation/snippets/asymmetric-slurs.ly:27 (variable) -msgid "slurNotes" -msgstr "" - -#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:40 (comment) -msgid "Default behavior" -msgstr "" - -#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:46 (comment) -msgid "Corrected to avoid collisions" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:23 (comment) -msgid "%%%%%%% Cut here ----- Start 'bbarred.ly'" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:25 (comment) -msgid "PostScript -------------------------------" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:26 (variable) -msgid "pScript" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:33 (comment) -msgid "change with B if you prefer" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:34 (comment) -#, python-format -msgid "(B)show %%change with C if you prefer" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:40 (comment) -msgid "Span -----------------------------------" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:41 (comment) -msgid "Syntax: \\bbarre #\\\"text\\\" { notes } - text = any number of box" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:42 (variable) -msgid "bbarre" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:77 (comment) -msgid "uncomment this line for make full barred" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:78 (comment) -msgid "" -"\\once \\override TextSpanner #'bound-details #'left #'text = \\markup { \\" -"\"B\\\" $str }" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:82 (comment) -msgid "%%%%%%% Cut here ----- End 'bbarred.ly'" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:83 (comment) -msgid "Copy and change the last line for full barred. Rename in 'fbarred.ly'" -msgstr "" - -#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:86 (comment) -msgid "Syntaxe: \\bbarre #\\\"text\\\" { notes } - text = any number of box" -msgstr "" - -#. Documentation/snippets/beam-endings-in-score-context.ly:51 (comment) -msgid "Set default beaming for all staves" -msgstr "" - -#. Documentation/snippets/beam-endings-in-score-context.ly:59 (comment) -msgid "Modify beaming for just this staff" -msgstr "" - -#. Documentation/snippets/beam-endings-in-score-context.ly:64 (comment) -msgid "Inherit beaming from Score context" -msgstr "" - -#. Documentation/snippets/beam-endings-in-score-context.ly:70 (comment) -msgid "Modify beaming for this voice only" -msgstr "" - -#. Documentation/snippets/beam-grouping-in-7-8-time.ly:54 (comment) -msgid "rhythm 2-3-2" -msgstr "" - -#. Documentation/snippets/book-parts.ly:22 (comment) -msgid "book paper, which is inherited by all children bookparts" -msgstr "" - -#. Documentation/snippets/book-parts.ly:25 (comment) -msgid "Page footer: add a different part-tagline at part last page" -msgstr "" - -#. Documentation/snippets/book-parts.ly:29 (comment) -msgid "Copyright header field only on book first page." -msgstr "" - -#. Documentation/snippets/book-parts.ly:33 (comment) -msgid "Part tagline header field only on each part last page." -msgstr "" - -#. Documentation/snippets/book-parts.ly:37 (comment) -msgid "Tagline header field only on book last page." -msgstr "" - -#. Documentation/snippets/book-parts.ly:44 (comment) -msgid "book header, which is inherited by the first bookpart" -msgstr "" - -#. Documentation/snippets/book-parts.ly:53 (comment) -msgid "a different page breaking function may be used on each part" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:20 (comment) -msgid "this bar contains no \\breathe" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:22 (comment) -msgid "Modern notation:" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:23 (comment) -msgid "by default, \\breathe uses the rcomma, just as if saying:" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:24 (comment) -msgid "" -"\\override BreathingSign #'text = #(make-musicglyph-markup \\\"scripts.rcomma" -"\\\")" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:27 (comment) -msgid "rvarcomma and lvarcomma are variations of the default rcomma and lcomma" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:28 (comment) -msgid "N.B.: must use Staff context here, since we start a Voice below" -msgstr "" - -#. Documentation/snippets/breathing-signs.ly:32 (comment) -msgid "vee" -msgstr "" - -#. Documentation/snippets/caesura-railtracks-with-fermata.ly:30 (comment) -msgid "construct the symbol" -msgstr "" - -#. Documentation/snippets/caesura-railtracks-with-fermata.ly:39 (comment) -msgid "set the breathe mark back to normal" -msgstr "" - -#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:29 (variable) -msgid "hairpinWithCenteredText" -msgstr "" - -#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:41 (variable) -msgid "hairpinMolto" -msgstr "" - -#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:42 (variable) -msgid "hairpinMore" -msgstr "" - -#. Documentation/snippets/changing--flageolet-mark-size.ly:44 (variable) -#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:24 (variable) -msgid "smallFlageolet" -msgstr "" - -#. Documentation/snippets/changing-the-ambitus-gap.ly:42 (comment) -msgid "Default setting" -msgstr "" - -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:36 (comment) -msgid "The following is only here to print the names of the" -msgstr "" - -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:37 (comment) -msgid "chords styles; it can be removed if you do not need to" -msgstr "" - -#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:38 (comment) -msgid "print them." -msgstr "" - -#. Documentation/snippets/changing-the-default-text-font-family.ly:18 (comment) -msgid "change for other default global staff size." -msgstr "" - -#. Documentation/snippets/changing-the-default-text-font-family.ly:20 (comment) -#. Documentation/snippets/engravers-one-by-one.ly:182 (comment) -#. Documentation/snippets/score-for-diatonic-accordion.ly:111 (comment) -#. Documentation/snippets/utf-8.ly:24 (comment) -msgid "{" -msgstr "" - -#. Documentation/snippets/changing-the-default-text-font-family.ly:24 (comment) -#. Documentation/snippets/engravers-one-by-one.ly:184 (comment) -#. Documentation/snippets/expressive-headword.ly:32 (comment) -#. Documentation/snippets/expressive-headword.ly:33 (comment) -#. Documentation/snippets/score-for-diatonic-accordion.ly:112 (comment) -#. Documentation/snippets/score-for-diatonic-accordion.ly:242 (comment) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:206 (comment) -#. Documentation/snippets/utf-8.ly:38 (comment) -msgid "}" -msgstr "" - -#. Documentation/snippets/changing-the-text-for-sustain-markings.ly:32 (variable) -msgid "sustainNotes" -msgstr "" - -#. Documentation/snippets/chant-or-psalms-notation.ly:35 (variable) -msgid "stemOn" -msgstr "" - -#. Documentation/snippets/chant-or-psalms-notation.ly:36 (variable) -msgid "stemOff" -msgstr "" - -#. Documentation/snippets/chord-name-exceptions.ly:35 (comment) -msgid "modify maj9 and 6(add9)" -msgstr "" - -#. Documentation/snippets/chord-name-exceptions.ly:36 (comment) -msgid "Exception music is chords with markups" -msgstr "" - -#. Documentation/snippets/chord-name-exceptions.ly:37 (variable) -msgid "chExceptionMusic" -msgstr "" - -#. Documentation/snippets/chord-name-exceptions.ly:42 (comment) -msgid "Convert music to list and prepend to existing exceptions." -msgstr "" - -#. Documentation/snippets/chord-name-exceptions.ly:43 (variable) -msgid "chExceptions" -msgstr "" - -#. Documentation/snippets/chord-name-exceptions.ly:47 (variable) -msgid "theMusic" -msgstr "" - -#. Documentation/snippets/chordchanges-for-fretboards.ly:36 (variable) -msgid "myChords" -msgstr "" - -#. Documentation/snippets/chords-headword.ly:29 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:36 (variable) -msgid "theChords" -msgstr "" - -#. Documentation/snippets/chords-headword.ly:31 (comment) -#. Documentation/snippets/pitches-headword.ly:141 (comment) -msgid "\\break" -msgstr "" - -#. Documentation/snippets/chords-headword.ly:35 (variable) -msgid "verseOne" -msgstr "" - -#. Documentation/snippets/chords-headword.ly:42 (variable) -msgid "verseTwo" -msgstr "" - -#. Documentation/snippets/chords-headword.ly:81 (context id) -msgid "sop" -msgstr "" - -#. Documentation/snippets/clip-systems.ly:65 (variable) -msgid "origScore" -msgstr "" - -#. Documentation/snippets/clip-systems.ly:83 (comment) -msgid "Each clip-region is a (START . END) pair" -msgstr "" - -#. Documentation/snippets/clip-systems.ly:84 (comment) -msgid "where both are rhythmic-locations." -msgstr "" - -#. Documentation/snippets/clip-systems.ly:86 (comment) -msgid "(make-rhythmic-locations BAR-NUMBER NUM DEN)" -msgstr "" - -#. Documentation/snippets/clip-systems.ly:87 (comment) -msgid "means NUM/DEN whole-notes into bar numbered BAR-NUMBER" -msgstr "" - -#. Documentation/snippets/coloring-notes-depending-on-their-pitch.ly:18 (comment) -msgid "Association list of pitches to colors." -msgstr "" - -#. Documentation/snippets/coloring-notes-depending-on-their-pitch.ly:38 (comment) -msgid "Compare pitch and alteration (not octave)." -msgstr "" - -#. Documentation/snippets/combining-dynamics-with-markup-texts.ly:27 (variable) -msgid "piuF" -msgstr "" - -#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:94 (variable) -msgid "musicUp" -msgstr "" - -#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:101 (variable) -msgid "musicDown" -msgstr "" - -#. Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly:52 (comment) -msgid "show hairpin" -msgstr "" - -#. Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly:54 (comment) -msgid "hide text span" -msgstr "" - -#. Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly:58 (comment) -msgid "show glissando" -msgstr "" - -#. Documentation/snippets/creating-real-parenthesized-dynamics.ly:45 (variable) -msgid "parenF" -msgstr "" - -#. Documentation/snippets/creating-simultaneous-rehearsal-marks.ly:44 (comment) -msgid "the hidden measure and bar line" -msgstr "" - -#. Documentation/snippets/creating-simultaneous-rehearsal-marks.ly:45 (comment) -msgid "\\cadenzaOn turns off automatic calculation of bar numbers" -msgstr "" - -#. Documentation/snippets/cross-staff-tremolos.ly:44 (context id) -#. Documentation/snippets/jazz-combo-template.ly:256 (variable) -#. Documentation/snippets/screech-boink.ly:15 (context id) -msgid "up" -msgstr "" - -#. Documentation/snippets/cross-staff-tremolos.ly:49 (context id) -#. Documentation/snippets/jazz-combo-template.ly:262 (variable) -#. Documentation/snippets/screech-boink.ly:45 (context id) -msgid "down" -msgstr "" - -#. Documentation/snippets/customizing-fretboard-fret-diagrams.ly:55 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:58 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:27 (comment) -msgid "Set global properties of fret diagram" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:56 (context id) -#. Documentation/snippets/formatting-lyrics-syllables.ly:22 (variable) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:25 (context id) -#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:78 (context id) -msgid "mel" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:65 (comment) -msgid "C major for guitar, no barre, using defaults" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:66 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:116 (comment) -msgid "terse style" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:69 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:91 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:56 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:77 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:156 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:177 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:255 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:276 (comment) -msgid "C major for guitar, barred on third fret" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:70 (comment) -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:92 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:57 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:79 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:106 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:157 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:179 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:206 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:256 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:278 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:305 (comment) -msgid "verbose style" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:71 (comment) -msgid "size 1.0" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:72 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:58 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:158 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:257 (comment) -msgid "roman fret label, finger labels below string, straight barre" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:74 (comment) -msgid "standard size" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:93 (comment) -msgid "landscape orientation, arabic numbers, M for mute string" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:94 (comment) -msgid "no barre, fret label down or left, small mute label font" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:115 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:128 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:228 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:327 (comment) -msgid "simple D chord" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:117 (comment) -msgid "larger dots, centered dots, fewer frets" -msgstr "" - -#. Documentation/snippets/customizing-markup-fret-diagrams.ly:118 (comment) -msgid "label below string" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:39 (comment) -msgid "Grob utilities" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:41 (comment) -msgid "" -"These are literal rewrites of some C++ methods used by the ambitus engraver." -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:76 (comment) -msgid "Ambitus data structure" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:79 (comment) -msgid "The class holds the various grobs that are created" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:80 (comment) -msgid "to print an ambitus:" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:81 (comment) -msgid "- ambitus-group: the grob that groups all the components of an ambitus" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:82 (comment) -msgid "(Ambitus grob);" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:83 (comment) -msgid "- ambitus-line: the vertical line between the upper and lower ambitus" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:84 (comment) -msgid "notes (AmbitusLine grob);" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:85 (comment) -msgid "- ambitus-up-note and ambitus-down-note: the note head and accidental" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:86 (comment) -msgid "for the lower and upper note of the ambitus (see class" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:87 (comment) -msgid "below)." -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:88 (comment) -msgid "The other slots define the key and clef context of the engraver:" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:89 (comment) -msgid "- start-c0: position of middle c at the beginning of the piece. It" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:90 (comment) -msgid "is used to place the ambitus notes according to their pitch;" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:91 (comment) -msgid "- start-key-sig: the key signature at the beginning of the piece. It" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:92 (comment) -msgid "is used to determine if accidentals shall be printed next to ambitus" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:93 (comment) -msgid "notes." -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:107 (comment) -msgid "Accessor for the lower and upper note data of an ambitus" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:115 (comment) -msgid "The class holds the grobs that are specific to ambitus" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:116 (comment) -msgid "(lower and upper) notes:" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:117 (comment) -msgid "- head: an AmbitusNoteHead grob;" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:118 (comment) -msgid "- accidental: an AmbitusAccidental grob, to be possibly printed next" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:119 (comment) -msgid "to the ambitus note head." -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:120 (comment) -msgid "Moreover:" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:121 (comment) -msgid "- pitch is the absolute pitch of the note" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:122 (comment) -msgid "- cause is the note event that causes this ambitus note, i.e. the lower" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:123 (comment) -msgid "or upper note of the considered music sequence." -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:136 (comment) -msgid "Ambitus engraving logics" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:138 (comment) -msgid "Rewrite of the code from @file{lily/ambitus-engraver.cc}." -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:307 (comment) -msgid "Ambitus engraver definition" -msgstr "" - -#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:332 (comment) -msgid "Example" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:84 (comment) -msgid "add FretBoards for the Cuatro" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:85 (comment) -msgid "Note: This section could be put into a separate file" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:86 (comment) -msgid "predefined-cuatro-fretboards.ly" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:87 (comment) -msgid "and \\included into each of your compositions" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:89 (variable) -msgid "cuatroTuning" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:91 (variable) -msgid "dSix" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:92 (variable) -msgid "dMajor" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:93 (variable) -msgid "aMajSeven" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:94 (variable) -msgid "dMajSeven" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:95 (variable) -msgid "gMajor" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:113 (comment) -msgid "end of potential include file /predefined-cuatro-fretboards.ly" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:118 (variable) -msgid "primerosNames" -msgstr "" - -#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:122 (variable) -msgid "primeros" -msgstr "" - -#. Documentation/snippets/demo-midiinstruments.ly:24 (variable) -msgid "baseMelody" -msgstr "" - -#. Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly:73 (comment) -msgid "Must be lower than the actual number of staff lines" -msgstr "" - -#. Documentation/snippets/displaying-complex-chords.ly:26 (variable) -msgid "fixA" -msgstr "" - -#. Documentation/snippets/displaying-complex-chords.ly:29 (variable) -msgid "fixB" -msgstr "" - -#. Documentation/snippets/displaying-grob-ancestry.ly:197 (comment) -msgid "\\\" (make-string 36 #\\-))" -msgstr "" - -#. Documentation/snippets/double-glissando.ly:21 (comment) -msgid "new voice ( = \\voiceOne), hidden" -msgstr "" - -#. Documentation/snippets/double-glissando.ly:23 (comment) -msgid "attach glissando to note heads" -msgstr "" - -#. Documentation/snippets/double-glissando.ly:28 (comment) -msgid "original voice with chords rearranged so that" -msgstr "" - -#. Documentation/snippets/double-glissando.ly:29 (comment) -msgid "glissando is attached to a & c" -msgstr "" - -#. Documentation/snippets/drawing-circles-around-note-heads.ly:16 (variable) -msgid "circle" -msgstr "" - -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:54 (comment) -msgid "" -"Two functions for (de)crescendo spanners where you can explicitly give the" -msgstr "" - -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:55 (comment) -msgid "spanner text." -msgstr "" - -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:56 (variable) -msgid "mycresc" -msgstr "" - -#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:62 (variable) -msgid "mydecresc" -msgstr "" - -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:61 (comment) -msgid "Some sample text dynamic spanners, to be used as postfix operators" -msgstr "" - -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:62 (variable) -msgid "crpoco" -msgstr "" - -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:67 (comment) -msgid "" -"Redefine the existing \\cresc, \\dim and \\decresc commands to use postfix " -"syntax" -msgstr "" - -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:68 (variable) -msgid "cresc" -msgstr "" - -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:73 (variable) -msgid "dim" -msgstr "" - -#. Documentation/snippets/dynamics-text-spanner-postfix.ly:78 (variable) -msgid "decresc" -msgstr "" - -#. Documentation/snippets/editorial-headword.ly:30 (comment) -msgid "NR 1.7 Editorial annotations" -msgstr "" - -#. Documentation/snippets/editorial-headword.ly:32 (comment) -msgid "Beethoven, Op. 31, No. 3" -msgstr "" - -#. Documentation/snippets/editorial-headword.ly:33 (comment) -msgid "Piano sonata 18, Movt II, Scherzo" -msgstr "" - -#. Documentation/snippets/editorial-headword.ly:34 (comment) -msgid "Measures 9 - 14" -msgstr "" - -#. Documentation/snippets/editorial-headword.ly:38 (comment) -#. Documentation/snippets/expressive-headword.ly:37 (comment) -#. Documentation/snippets/pitches-headword.ly:38 (comment) -#. Documentation/snippets/rhythms-headword.ly:39 (comment) -msgid "RH Staff" -msgstr "" - -#. Documentation/snippets/editorial-headword.ly:76 (comment) -#. Documentation/snippets/expressive-headword.ly:169 (comment) -#. Documentation/snippets/pitches-headword.ly:111 (comment) -#. Documentation/snippets/rhythms-headword.ly:128 (comment) -msgid "LH Staff" -msgstr "" - -#. Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly:25 (comment) -msgid "PostScript is a registered trademark of Adobe Systems Inc." -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:70 (comment) -msgid "sample music" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:71 (variable) -msgid "topVoice" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:79 (variable) -msgid "botVoice" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:87 (variable) -msgid "hoom" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:98 (variable) -msgid "pah" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:108 (comment) -msgid "setup for Request->Element conversion. Guru-only" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:111 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:209 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:222 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:278 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:292 (variable) -msgid "MyStaff" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:139 (comment) -msgid "explicitly set instrumentName, so we don't get" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:140 (comment) -msgid "weird effects when doing instrument names for" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:141 (comment) -msgid "piano staves" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:150 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:236 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:249 (variable) -#. Documentation/snippets/engravers-one-by-one.ly:262 (variable) -msgid "MyVoice" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:165 (comment) -msgid "must come before all" -msgstr "" - -#. Documentation/snippets/engravers-one-by-one.ly:175 (comment) -msgid "\\consists \\\"Rest_engraver\\\"" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:23 (comment) -msgid "L. v. Beethoven, Op. 49 no. 1" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:24 (comment) -msgid "Piano sonata 19 - \\\"Leichte Sonate\\\"" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:25 (comment) -msgid "measures 1 - 12" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:27 (comment) -msgid "\\layout {" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:28 (comment) -msgid "\\context {" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:29 (comment) -msgid "\\Score" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:30 (comment) -msgid "\\override SpacingSpanner #'base-shortest-duration =" -msgstr "" - -#. Documentation/snippets/expressive-headword.ly:31 (comment) -msgid "#(ly:make-moment 1 20)" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:31 (comment) -msgid "Arcangelo Corelli, 12 Sonate da Camera, Op. 2" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:32 (comment) -msgid "Sonata II, Allemanda" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:33 (comment) -msgid "measures 1 - 88" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:34 (comment) -msgid "Coded by Neil Puttock; modified by Carl Sorensen" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:36 (variable) -msgid "extendOn" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:37 (variable) -msgid "extendOff" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:45 (context id) -msgid "violinoI" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:63 (context id) -msgid "violinoII" -msgstr "" - -#. Documentation/snippets/figured-bass-headword.ly:81 (context id) -msgid "violone" -msgstr "" - -#. Documentation/snippets/fingering-symbols-for-wind-instruments.ly:34 (variable) -#. Documentation/snippets/recorder-fingering-chart.ly:40 (variable) -msgid "centermarkup" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:94 (comment) -msgid "Cut here ----- Start 'flamenco.ly'" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:96 (comment) -msgid "Text indicators" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:97 (variable) -msgid "abanico" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:98 (variable) -msgid "rasgueaso" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:99 (variable) -msgid "alzapua" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:101 (comment) -msgid "Finger stroke symbols" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:102 (variable) -msgid "strokeUp" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:112 (variable) -msgid "strokeDown" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:122 (comment) -msgid "Golpe symbol" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:123 (variable) -msgid "golpe" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:137 (variable) -msgid "strokeUpGolpe" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:138 (variable) -msgid "iUpGolpe" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:140 (comment) -msgid "Strokes for all fingers" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:141 (variable) -msgid "pUp" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:142 (variable) -msgid "pDown" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:143 (variable) -msgid "iUp" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:144 (variable) -msgid "iDown" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:145 (variable) -msgid "mUp" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:146 (variable) -msgid "mDown" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:147 (variable) -msgid "aUp" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:148 (variable) -msgid "aDown" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:149 (variable) -msgid "xUp" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:150 (variable) -msgid "xDown" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:153 (comment) -msgid "Just handy :)" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:154 (variable) -msgid "tupletOff" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:159 (variable) -msgid "tupletsOff" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:164 (variable) -msgid "tupletsOn" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:169 (variable) -msgid "headsOff" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:175 (variable) -msgid "headsOn" -msgstr "" - -#. Documentation/snippets/flamenco-notation.ly:181 (comment) -msgid "Cut here ----- End 'flamenco.ly'" -msgstr "" - -#. Documentation/snippets/flat-flags-and-beam-nibs.ly:157 (comment) -msgid "Example 1" -msgstr "" - -#. Documentation/snippets/flat-flags-and-beam-nibs.ly:163 (comment) -msgid "Example 2" -msgstr "" - -#. Documentation/snippets/flat-flags-and-beam-nibs.ly:169 (comment) -msgid "Example 3" -msgstr "" - -#. Documentation/snippets/flat-flags-and-beam-nibs.ly:177 (comment) -msgid "Example 4" -msgstr "" - -#. Documentation/snippets/flute-slap-notation.ly:18 (variable) -msgid "slap" -msgstr "" - -#. Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly:20 (variable) -msgid "example" -msgstr "" - -#. Documentation/snippets/formatting-lyrics-syllables.ly:17 (comment) -msgid "" -"Tip taken from http://lists.gnu.org/archive/html/lilypond-user/2007-12/" -"msg00215.html" -msgstr "" - -#. Documentation/snippets/formatting-lyrics-syllables.ly:23 (variable) -msgid "lyr" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:33 (comment) -msgid "A chord for ukulele" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:43 (comment) -msgid "A chord for ukulele, with formatting defined in definition string" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:44 (comment) -msgid "1.2 * size, 4 strings, 4 frets, fingerings below string" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:45 (comment) -msgid "dot radius .35 of fret spacing, dot position 0.55 of fret spacing" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:54 (comment) -msgid "These chords will be in normal orientation" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:60 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:81 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:108 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:160 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:181 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:208 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:259 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:280 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:307 (comment) -#, python-format -msgid "110% of default size" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:78 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:178 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:277 (comment) -msgid "Double barre used to test barre function" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:105 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:205 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:304 (comment) -msgid "C major for guitar, with capo on third fret" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:140 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:239 (comment) -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:338 (comment) -msgid "simple D chord, large top fret thickness" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:152 (comment) -msgid "These chords will be in landscape orientation" -msgstr "" - -#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:251 (comment) -msgid "These chords will be in opposing-landscape orientation" -msgstr "" - -#. Documentation/snippets/fretboards-alternate-tables.ly:49 (comment) -msgid "Make a blank new fretboard table" -msgstr "" - -#. Documentation/snippets/fretboards-alternate-tables.ly:52 (comment) -msgid "Make a new fretboard table as a copy of default-fret-table" -msgstr "" - -#. Documentation/snippets/fretboards-alternate-tables.ly:55 (comment) -msgid "Add a chord to custom-fretboard-table-one" -msgstr "" - -#. Documentation/snippets/fretboards-alternate-tables.ly:61 (comment) -msgid "Add a chord to custom-fretboard-table-two" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:35 (comment) -msgid "shortcuts" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:36 (comment) -msgid "fingering orientations" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:37 (variable) -msgid "sfol" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:38 (variable) -msgid "sfor" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:39 (variable) -msgid "sfod" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:40 (variable) -msgid "sfou" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:42 (comment) -msgid "string number orientations" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:43 (variable) -msgid "ssnol" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:43 (comment) -msgid "(down right up)" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:44 (variable) -msgid "ssnou" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:45 (variable) -msgid "ssnod" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:46 (variable) -msgid "ssnor" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:48 (comment) -msgid "define fingering offset" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:49 (variable) -msgid "FO" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:54 (comment) -msgid "markups" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:55 (variable) -msgid "rit" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:56 (variable) -msgid "dimin" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:57 (variable) -msgid "andantino" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:58 (variable) -msgid "benmarcato" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:59 (variable) -msgid "pdolce" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:61 (comment) -msgid "THE MUSIC %%%" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:73 (comment) -#. Documentation/snippets/fretted-headword.ly:112 (comment) -msgid "m. 1" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:79 (comment) -msgid "m. 2" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:81 (comment) -#. Documentation/snippets/fretted-headword.ly:117 (comment) -msgid "m. 3" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:82 (comment) -#. Documentation/snippets/fretted-headword.ly:119 (comment) -msgid "m. 4" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:86 (comment) -#. Documentation/snippets/fretted-headword.ly:124 (comment) -msgid "m. 5" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:89 (comment) -msgid "end of m. 6" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:92 (comment) -#. Documentation/snippets/fretted-headword.ly:129 (comment) -msgid "m. 7" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:95 (comment) -msgid "beg of m. 8" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:96 (comment) -msgid "end of m. 8" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:98 (comment) -msgid "end of m. 9" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:100 (comment) -#. Documentation/snippets/fretted-headword.ly:136 (comment) -msgid "m. 10" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:102 (comment) -msgid "beg of m. 11" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:104 (comment) -msgid "end of m. 11" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:114 (comment) -msgid "beg m. 2" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:115 (comment) -msgid "end m. 2" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:121 (comment) -msgid "new section starts here in A minor" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:126 (comment) -msgid "beg m. 6" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:127 (comment) -msgid "end m. 6" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:131 (comment) -msgid "m. 8" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:133 (comment) -msgid "beg m. 9" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:134 (comment) -msgid "end m. 9" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:138 (comment) -msgid "m. 11" -msgstr "" - -#. Documentation/snippets/fretted-headword.ly:142 (context id) -#. Documentation/snippets/jazz-combo-template.ly:182 (variable) -#. Documentation/snippets/jazz-combo-template.ly:292 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:60 (context id) -#. Documentation/snippets/polyphony-in-tablature.ly:65 (context id) -msgid "guitar" -msgstr "" - -#. Documentation/snippets/generating-custom-flags.ly:29 (comment) -msgid "Create a flag stencil by looking up the glyph from the font" -msgstr "" - -#. Documentation/snippets/generating-custom-flags.ly:43 (variable) -msgid "snippetexamplenotes" -msgstr "" - -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:53 (comment) -msgid "this moves them up one staff space from the default position" -msgstr "" - -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:71 (comment) -msgid "set up grids" -msgstr "" - -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:73 (comment) -msgid "set the grid interval to one quarter note" -msgstr "" - -#. Documentation/snippets/grid-lines--changing-their-appearance.ly:79 (comment) -msgid "this moves them to the right half a staff space" -msgstr "" - -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:38 (comment) -msgid "hides staff and notes so that only the grid lines are visible" -msgstr "" - -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:45 (comment) -msgid "dummy notes to force regular note spacing" -msgstr "" - -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:61 (comment) -msgid "center grid lines horizontally below note heads" -msgstr "" - -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:68 (comment) -msgid "set line length and positioning:" -msgstr "" - -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:69 (comment) -msgid "two staff spaces above center line on hidden staff" -msgstr "" - -#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:70 (comment) -msgid "to four spaces below center line on visible staff" -msgstr "" - -#. Documentation/snippets/guitar-slides.ly:33 (comment) -msgid "Hide fret number: useful to draw slide into/from a casual point of" -msgstr "" - -#. Documentation/snippets/guitar-slides.ly:34 (comment) -msgid "the fretboard." -msgstr "" - -#. Documentation/snippets/guitar-slides.ly:35 (variable) -msgid "hideFretNumber" -msgstr "" - -#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:48 (variable) -msgid "drum" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:56 (comment) -msgid "Solution 1: Using a simple markup with a particular halign value" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:57 (comment) -msgid "Drawback: It's a markup, not a dynamic command, so \\dynamicDown" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:58 (comment) -msgid "etc. will have no effect" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:59 (variable) -msgid "semppMarkup" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:61 (comment) -msgid "Solution 2: Using a dynamic script & shifting with" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:62 (comment) -msgid "\\once \\override ... #'X-offset = .." -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:63 (comment) -msgid "Drawback: \\once \\override needed for every invocation" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:64 (variable) -msgid "semppK" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:71 (comment) -msgid "Solution 3: Padding the dynamic script so the center-alignment" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:72 (comment) -msgid "puts it at the correct position" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:73 (comment) -msgid "" -"Drawback: the padding really reserves the space, nothing else can be there" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:74 (variable) -msgid "semppT" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:82 (comment) -msgid "Solution 4: Dynamic, setting the dimensions of the additional text to 0" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:83 (comment) -msgid "Drawback: To lilypond \\\"sempre\\\" has no extent, so it might put" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:84 (comment) -msgid "other stuff there => collisions" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:85 (comment) -msgid "Drawback: Also, there seems to be some spacing, so it's not exactly the" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:86 (comment) -msgid "same alignment as without the additional text" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:87 (variable) -msgid "semppM" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:96 (comment) -msgid "Solution 5: Dynamic with explicit shifting inside the scheme function" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:97 (variable) -msgid "semppG" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:105 (comment) -msgid "Solution 6: Dynamic with explicit alignment. This has only effect" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:106 (comment) -msgid "if one sets X-offset!" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:107 (comment) -msgid "Drawback: One needs to set DynamicText #'X-offset!" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:108 (comment) -msgid "Drawback: Aligned at the right edge of the additional text," -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:109 (comment) -msgid "not at the center of pp" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:110 (variable) -msgid "semppMII" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:118 (context id) -msgid "s" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:125 (context id) -msgid "sMarkup" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:132 (context id) -msgid "sK" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:143 (context id) -msgid "sT" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:150 (context id) -msgid "sM" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:157 (context id) -msgid "sG" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:164 (context id) -msgid "sMII" -msgstr "" - -#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:168 (comment) -msgid "Setting to ##f (false) gives the same result" -msgstr "" - -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:29 (variable) -#. Documentation/snippets/score-for-diatonic-accordion.ly:62 (variable) -#. Documentation/snippets/showing-chords-at-changes.ly:34 (variable) -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:60 (variable) -#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:59 (variable) -msgid "harmonies" -msgstr "" - -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:32 (comment) -msgid "THE FOLLOWING IS THE COMMAND TO MOVE THE CHORD NAME" -msgstr "" - -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:35 (comment) -msgid "THIS LINE IS THE SECOND METHOD" -msgstr "" - -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:45 (comment) -msgid "THE FOLLOWING IS THE COMMAND TO MOVE THE FRET DIAGRAM" -msgstr "" - -#. Documentation/snippets/how-to-change-fret-diagram-position.ly:48 (comment) -msgid "HERE IS THE SECOND METHOD" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:50 (variable) -msgid "Timeline" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:82 (comment) -msgid "Start score" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:84 (comment) -msgid "Start pianostaff" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:85 (comment) -msgid "Start Staff = RH" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:88 (comment) -msgid "Start Voice = \\\"Soprano\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:92 (comment) -msgid "End Voice = \\\"Soprano\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:93 (comment) -msgid "Start Voice = \\\"Alto\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:97 (comment) -msgid "End Voice = \\\"Alto\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:98 (comment) -msgid "End Staff = RH" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:99 (comment) -msgid "Start Staff = LH" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:102 (comment) -msgid "Start Voice = \\\"Tenor\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:106 (comment) -msgid "End Voice = \\\"Tenor\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:107 (comment) -msgid "Start Voice = \\\"Bass\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:111 (comment) -msgid "End Voice = \\\"Bass\\\"" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:112 (comment) -msgid "End Staff = LH" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:113 (comment) -msgid "End pianostaff" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:134 (comment) -msgid "Start paper block" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:135 (comment) -msgid "don't indent first system" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:136 (comment) -msgid "shorten line length to suit music" -msgstr "" - -#. Documentation/snippets/hymn-template.ly:137 (comment) -msgid "End paper block" -msgstr "" - -#. Documentation/snippets/incipit.ly:85 (variable) -#. Documentation/snippets/incipit.ly:86 (context id) -msgid "discantusIncipit" -msgstr "" - -#. Documentation/snippets/incipit.ly:122 (variable) -#. Documentation/snippets/incipit.ly:123 (context id) -msgid "altusIncipit" -msgstr "" - -#. Documentation/snippets/incipit.ly:138 (comment) -#. Documentation/snippets/incipit.ly:150 (comment) -#. Documentation/snippets/incipit.ly:179 (comment) -#. Documentation/snippets/incipit.ly:188 (comment) -msgid "two measures" -msgstr "" - -#. Documentation/snippets/incipit.ly:158 (variable) -#. Documentation/snippets/incipit.ly:159 (context id) -msgid "tenorIncipit" -msgstr "" - -#. Documentation/snippets/incipit.ly:194 (variable) -#. Documentation/snippets/incipit.ly:195 (context id) -msgid "bassusIncipit" -msgstr "" - -#. Documentation/snippets/incipit.ly:265 (comment) -msgid "no bar lines in staves or lyrics" -msgstr "" - -#. Documentation/snippets/incipit.ly:268 (comment) -msgid "the next two instructions keep the lyrics between the bar lines" -msgstr "" - -#. Documentation/snippets/incipit.ly:279 (comment) -msgid "breaking also at those bar lines where a note overlaps" -msgstr "" - -#. Documentation/snippets/incipit.ly:280 (comment) -msgid "into the next measure. The command is commented out in this" -msgstr "" - -#. Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly:17 (variable) -msgid "tuning" -msgstr "" - -#. Documentation/snippets/isolated-percent-repeats.ly:42 (variable) -msgid "makePercent" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:67 (comment) -msgid "#(set-global-staff-size 16)" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:70 (comment) -msgid "Some macros %%%%%%%%%%%%%%%%%%%" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:72 (variable) -msgid "sl" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:76 (variable) -msgid "nsl" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:80 (variable) -msgid "crOn" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:81 (variable) -msgid "crOff" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:83 (comment) -msgid "insert chord name style stuff here." -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:85 (variable) -msgid "jazzChords" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:87 (comment) -msgid "Keys'n'thangs %%%%%%%%%%%%%%%%%" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:91 (variable) -msgid "Key" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:93 (comment) -msgid "############ Horns ############" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:95 (comment) -msgid "------ Trumpet ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:96 (variable) -msgid "trpt" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:100 (variable) -msgid "trpHarmony" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:103 (variable) -#. Documentation/snippets/jazz-combo-template.ly:283 (context id) -#. Documentation/snippets/staff-headword.ly:93 (context id) -#. Documentation/snippets/staff-headword.ly:112 (context id) -msgid "trumpet" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:112 (comment) -msgid "------ Alto Saxophone ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:117 (variable) -msgid "altoHarmony" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:120 (variable) -msgid "altoSax" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:129 (comment) -msgid "------ Baritone Saxophone ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:130 (variable) -msgid "bari" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:138 (variable) -msgid "bariHarmony" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:141 (variable) -msgid "bariSax" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:150 (comment) -msgid "------ Trombone ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:151 (variable) -msgid "tbone" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:155 (variable) -msgid "tboneHarmony" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:158 (variable) -#. Documentation/snippets/jazz-combo-template.ly:287 (context id) -msgid "trombone" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:167 (comment) -msgid "############ Rhythm Section #############" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:169 (comment) -msgid "------ Guitar ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:170 (variable) -msgid "gtr" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:178 (variable) -msgid "gtrHarmony" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:191 (comment) -msgid "------ Piano ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:192 (variable) -msgid "rhUpper" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:197 (variable) -msgid "rhLower" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:203 (variable) -msgid "lhUpper" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:208 (variable) -msgid "lhLower" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:214 (variable) -msgid "PianoRH" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:223 (variable) -msgid "PianoLH" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:241 (comment) -msgid "------ Bass Guitar ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:255 (comment) -msgid "------ Drums ------" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:269 (variable) -msgid "drumContents" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:278 (comment) -#, python-format -msgid "It All Goes Together Here %%%%%%%%%%%%%%%%%%%%%%" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:282 (context id) -msgid "horns" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:284 (context id) -msgid "altosax" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:285 (context id) -msgid "barichords" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:286 (context id) -msgid "barisax" -msgstr "" - -#. Documentation/snippets/jazz-combo-template.ly:291 (context id) -msgid "chords" -msgstr "" - -#. Documentation/snippets/keyboard-headword.ly:24 (comment) -msgid "M. Ravel, Sonatine (1905)" -msgstr "" - -#. Documentation/snippets/keyboard-headword.ly:25 (comment) -msgid "First movement" -msgstr "" - -#. Documentation/snippets/keyboard-headword.ly:34 (variable) -msgid "fermataLong" -msgstr "" - -#. Documentation/snippets/makam-example.ly:55 (comment) -msgid "Initialize makam settings" -msgstr "" - -#. Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly:20 (variable) -msgid "bassfigures" -msgstr "" - -#. Documentation/snippets/manually-controlling-beam-positions.ly:22 (comment) -msgid "from upper staff-line (position 2) to center (position 0)" -msgstr "" - -#. Documentation/snippets/manually-controlling-beam-positions.ly:25 (comment) -msgid "from center to one above center (position 1)" -msgstr "" - -#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:18 (variable) -msgid "speakOn" -msgstr "" - -#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:35 (variable) -msgid "speakOff" -msgstr "" - -#. Documentation/snippets/markup-lines.ly:23 (comment) -msgid "Candide, Voltaire" -msgstr "" - -#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:56 (comment) -msgid "the final bar line is not interrupted" -msgstr "" - -#. Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly:18 (variable) -msgid "normalPos" -msgstr "" - -#. Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly:71 (variable) -msgid "dashPlus" -msgstr "" - -#. Documentation/snippets/modifying-tuplet-bracket-length.ly:24 (comment) -msgid "Set tuplets to be extendable..." -msgstr "" - -#. Documentation/snippets/modifying-tuplet-bracket-length.ly:26 (comment) -msgid "...to cover all items up to the next note" -msgstr "" - -#. Documentation/snippets/modifying-tuplet-bracket-length.ly:30 (comment) -msgid "...or to cover just whitespace" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:60 (comment) -msgid "space for instrumentName" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:61 (comment) -msgid "space for shortInstrumentName" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:64 (variable) -msgid "fluteMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:65 (comment) -msgid "Pitches as written on a manuscript for Clarinet in A" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:66 (comment) -msgid "are transposed to concert pitch." -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:67 (variable) -msgid "clarinetMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:69 (variable) -msgid "trumpetMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:70 (comment) -msgid "Key signature is often omitted for horns" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:71 (variable) -msgid "hornMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:73 (variable) -msgid "percussionMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:76 (variable) -msgid "altoIMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:77 (variable) -msgid "altoIIMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:78 (variable) -msgid "altoILyrics" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:79 (variable) -msgid "altoIILyrics" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:82 (variable) -msgid "pianoRHMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:83 (variable) -msgid "pianoLHMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:84 (variable) -msgid "violinIMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:85 (variable) -msgid "violinIIMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:86 (variable) -msgid "violaMusic" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:95 (comment) -msgid "shortInstrumentName, midiInstrument, etc." -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:96 (comment) -msgid "may be set here as well" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:102 (comment) -msgid "Declare that written Middle C in the music" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:103 (comment) -msgid "to follow sounds a concert B flat, for" -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:104 (comment) -msgid "output using sounded pitches such as MIDI." -msgstr "" - -#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:106 (comment) -msgid "Print music for a B-flat clarinet" -msgstr "" - -#. Documentation/snippets/partcombine-and-autobeamoff.ly:146 (comment) -msgid "\\set Staff.autoBeaming = ##f % turns off all autobeaming" -msgstr "" - -#. Documentation/snippets/partcombine-and-autobeamoff.ly:149 (comment) -msgid "applies to split up stems" -msgstr "" - -#. Documentation/snippets/partcombine-and-autobeamoff.ly:151 (comment) -msgid "\\autoBeamOff % applies to combined up stems" -msgstr "" - -#. Documentation/snippets/partcombine-and-autobeamoff.ly:156 (comment) -msgid "applies to down stems" -msgstr "" - -#. Documentation/snippets/percussion-beaters.ly:19 (variable) -msgid "stick" -msgstr "" - -#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:53 (comment) -msgid "Permit line breaks within tuplets" -msgstr "" - -#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:55 (comment) -msgid "Allow beams to be broken at line breaks" -msgstr "" - -#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:62 (comment) -msgid "Insert a manual line break within a tuplet" -msgstr "" - -#. Documentation/snippets/piano-template-with-centered-dynamics.ly:74 (variable) -msgid "pedal" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:32 (comment) -msgid "L. v. Beethoven" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:33 (comment) -msgid "Piano sonata 21 - Dem Grafen von Waldstein Gewidmet" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:34 (comment) -msgid "chorale at measures 34 - 40+" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:41 (comment) -msgid "RH Voice 1" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:69 (comment) -msgid "(" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:74 (comment) -msgid ")" -msgstr "" - -#. Documentation/snippets/pitches-headword.ly:78 (comment) -msgid "RH Voice 2" -msgstr "" - -#. Documentation/snippets/polyphony-in-tablature.ly:59 (context id) -msgid "tab" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:60 (comment) -msgid "MMR - Multi-Measure Rest" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:61 (comment) -msgid "MMRs by default are set under the fourth line" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:63 (comment) -msgid "They can be moved with an override" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:66 (comment) -msgid "A value of 0 is the default position;" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:67 (comment) -msgid "the following trick moves the rest to the center line" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:70 (comment) -msgid "MMRs in odd-numbered voices are under the top line" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:72 (comment) -msgid "MMRs in even-numbered voices are under the bottom line" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:74 (comment) -msgid "They remain separated even in empty measures" -msgstr "" - -#. Documentation/snippets/positioning-multi-measure-rests.ly:76 (comment) -msgid "This brings them together even though there are two voices" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:29 (comment) -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:50 (comment) -msgid "Set segno sign as rehearsal mark and adjust size if needed" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:30 (comment) -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:52 (comment) -msgid "\\once \\override Score.RehearsalMark #'font-size = #3" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:36 (comment) -msgid "Set coda sign as rehearsal mark and adjust size if needed" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:43 (comment) -msgid "Should Coda be on anew line?" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:44 (comment) -msgid "Coda NOT on new line: use \\nobreak" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:45 (comment) -msgid "Coda on new line: DON'T use \\nobreak" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:46 (comment) -msgid "\\noBreak" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:55 (comment) -msgid "Here begins the trickery!" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:56 (comment) -msgid "" -"\\cadenzaOn will suppress the bar count and \\stopStaff removes the staff " -"lines." -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:59 (comment) -msgid "Some examples of possible text-displays" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:61 (comment) -msgid "text line-aligned" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:62 (comment) -msgid "==================" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:63 (comment) -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:69 (comment) -msgid "Move text to the desired position" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:64 (comment) -msgid "\\once \\override TextScript #'extra-offset = #'( 2 . -3.5 )" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:65 (comment) -msgid "| s1*0^\\markup { D.S. al Coda } }" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:67 (comment) -msgid "text center-aligned" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:68 (comment) -msgid "====================" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:70 (comment) -msgid "\\once \\override TextScript #'extra-offset = #'( 6 . -5.0 )" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:71 (comment) -msgid "| s1*0^\\markup { \\center-column { D.S. \\\"al Coda\\\" } }" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:73 (comment) -msgid "text and symbols center-aligned" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:74 (comment) -msgid "===============================" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:75 (comment) -msgid "" -"Move text to the desired position and tweak spacing for optimum text " -"alignment" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:76 (comment) -msgid "\\once \\override TextScript #'extra-offset = #'( 8 . -5.5 )" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:82 (comment) -msgid "Increasing the unfold counter will expand the staff-free space" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:87 (comment) -msgid "Resume bar count and show staff lines again" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:91 (comment) -msgid "Should Coda be on new line?" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:92 (comment) -msgid "Coda NOT on new line: DON'T use \\break" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:93 (comment) -msgid "Coda on new line: use \\break" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:96 (comment) -msgid "Show up, you clef and key!" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:100 (comment) -msgid "Set coda sign as rehearsal mark and adjust size and position" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:102 (comment) -msgid "" -"Put the coda sign ontop of the (treble-)clef dependend on coda's line-" -"position" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:104 (comment) -msgid "Coda NOT on new line, use this:" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:105 (comment) -msgid "\\once \\override Score.RehearsalMark #'extra-offset = #'( -2 . 1.75 )" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:107 (comment) -msgid "Coda on new line, use this:" -msgstr "" - -#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:113 (comment) -msgid "The coda" -msgstr "" - -#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:57 (comment) -msgid "Permit first bar number to be printed" -msgstr "" - -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:43 (comment) -msgid "Prevent bar numbers at the end of a line and permit them elsewhere" -msgstr "" - -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:50 (comment) -msgid "Draw a box round the following bar number(s)" -msgstr "" - -#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:55 (comment) -msgid "Draw a circle round the following bar number(s)" -msgstr "" - -#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:55 (comment) -msgid "Metronome marks below the staff" -msgstr "" - -#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:60 (comment) -msgid "Rehearsal marks below the staff" -msgstr "" - -#. Documentation/snippets/printing-music-with-different-time-signatures.ly:57 (variable) -msgid "Bassklarinette" -msgstr "" - -#. Documentation/snippets/printing-music-with-different-time-signatures.ly:101 (variable) -msgid "Perkussion" -msgstr "" - -#. Documentation/snippets/putting-lyrics-inside-the-staff.ly:24 (context id) -msgid "voc" -msgstr "" - -#. Documentation/snippets/quoting-another-voice-with-transposition.ly:69 (variable) -msgid "quoteTest" -msgstr "" - -#. Documentation/snippets/quoting-another-voice-with-transposition.ly:70 (comment) -msgid "french horn" -msgstr "" - -#. Documentation/snippets/quoting-another-voice.ly:76 (variable) -msgid "quoteMe" -msgstr "" - -#. Documentation/snippets/quoting-another-voice.ly:81 (variable) -msgid "original" -msgstr "" - -#. Documentation/snippets/recorder-fingering-chart.ly:38 (comment) -msgid "range chart for paetzold contrabass recorder" -msgstr "" - -#. Documentation/snippets/redefining-grace-note-global-defaults.ly:64 (variable) -msgid "startAcciaccaturaMusic" -msgstr "" - -#. Documentation/snippets/redefining-grace-note-global-defaults.ly:70 (variable) -msgid "stopAcciaccaturaMusic" -msgstr "" - -#. Documentation/snippets/removing-the-first-empty-line.ly:81 (comment) -msgid "To use the setting globally, uncomment the following line:" -msgstr "" - -#. Documentation/snippets/removing-the-first-empty-line.ly:82 (comment) -msgid "\\override VerticalAxisGroup #'remove-first = ##t" -msgstr "" - -#. Documentation/snippets/removing-the-first-empty-line.ly:91 (comment) -msgid "To use the setting globally, comment this line," -msgstr "" - -#. Documentation/snippets/removing-the-first-empty-line.ly:92 (comment) -msgid "uncomment the line in the \\layout block above" -msgstr "" - -#. Documentation/snippets/reverting-default-beam-endings.ly:50 (comment) -msgid "Default beaming" -msgstr "" - -#. Documentation/snippets/reverting-default-beam-endings.ly:53 (comment) -msgid "Set new values for beam endings" -msgstr "" - -#. Documentation/snippets/rhythmic-slashes.ly:26 (comment) -msgid "Macro to print single slash" -msgstr "" - -#. Documentation/snippets/rhythmic-slashes.ly:27 (variable) -msgid "rs" -msgstr "" - -#. Documentation/snippets/rhythmic-slashes.ly:34 (comment) -msgid "Function to print a specified number of slashes" -msgstr "" - -#. Documentation/snippets/rhythmic-slashes.ly:35 (variable) -msgid "comp" -msgstr "" - -#. Documentation/snippets/rhythms-headword.ly:23 (comment) -msgid "Beethoven, Op. 81a" -msgstr "" - -#. Documentation/snippets/rhythms-headword.ly:24 (comment) -msgid "Piano sonata 26 - Das Lebewohl" -msgstr "" - -#. Documentation/snippets/rhythms-headword.ly:25 (comment) -msgid "Movt II - Abwesenheit" -msgstr "" - -#. Documentation/snippets/rhythms-headword.ly:26 (comment) -msgid "Measures 31 - 34" -msgstr "" - -#. Documentation/snippets/rhythms-headword.ly:33 (comment) -msgid "\\override SpacingSpanner #'strict-grace-spacing = ##t" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:40 (variable) -msgid "sopranonotes" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:43 (variable) -msgid "sopranowords" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:44 (variable) -msgid "altonotes" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:47 (variable) -msgid "altowords" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:48 (variable) -msgid "tenornotes" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:52 (variable) -msgid "tenorwords" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:53 (variable) -msgid "bassnotes" -msgstr "" - -#. Documentation/snippets/satb-choir-template---four-staves.ly:57 (variable) -msgid "basswords" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:60 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:59 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:73 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:89 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:105 (comment) -msgid "verse" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:70 (variable) -msgid "NoStem" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:71 (variable) -msgid "NoNoteHead" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:72 (variable) -msgid "ZeroBeam" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:74 (variable) -msgid "staffTabLine" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:79 (comment) -msgid "" -"Shows one horizontal line. The vertical line (simulating a bar-line) is " -"simulated with a gridline" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:84 (comment) -msgid "" -"disable the following line to see the the noteheads while writing the song" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:88 (comment) -msgid "The beam between 8th-notes is used to draw the push-line" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:89 (comment) -msgid "How to fast write the push-lines:" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:90 (comment) -msgid "" -"1. write repeatedly 'c c c c c c c c |' for the whole length of the song" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:91 (comment) -msgid "2. uncomment the line \\NoNoteHead" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:92 (comment) -msgid "3. compile" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:93 (comment) -msgid "4. Mark the positions on which push/pull changes." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:94 (comment) -msgid "" -"In the score-picture click on the position the push- or pull-part starts" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:95 (comment) -msgid "(on the noteHead, the cursor will change to a hand-icon)." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:96 (comment) -msgid "The cursor in the source code will jump just at this position." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:97 (comment) -msgid "a) If a push-part starts there, replace the 'c' by an 'e['" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:98 (comment) -msgid "b) If a pull-part starts there, replace the 'c' by an 's'" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:99 (comment) -msgid "5. Switch into 'overwrite-mode' by pressing the 'ins' key." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:100 (comment) -msgid "6. For the pull-parts overwrite the 'c' with 's'" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:101 (comment) -msgid "7. For every push-part replace the last 'c' with 'e]'" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:102 (comment) -msgid "8. Switch into 'insert-mode' again" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:103 (comment) -msgid "" -"9. At last it should look lik e.g. (s s e[ c | c c c c c c c c | c c c c c c " -"e] s s)" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:104 (comment) -msgid "10. re-enable the line \\NoNoteHead" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:114 (comment) -msgid "Accordion melody in tabulator score" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:115 (comment) -msgid "1. Place a copy of the piano melody below" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:116 (comment) -#. Documentation/snippets/score-for-diatonic-accordion.ly:135 (comment) -msgid "" -"2. Separate piano melody into pull- and push-parts according to the " -"staffTabLine you've already made" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:117 (comment) -msgid "" -"3. For each line: Double the line. Remark the 1st one (Keeps unchanged as " -"reference) and then change the second line using the transformation paper" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:118 (comment) -msgid "or the macros 'conv2diaton push.bsh' and 'conv2diaton pull.bsh'" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:119 (comment) -#. Documentation/snippets/score-for-diatonic-accordion.ly:138 (comment) -msgid "Tips:" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:120 (comment) -#. Documentation/snippets/score-for-diatonic-accordion.ly:139 (comment) -msgid "- In jEdit Search & Replace mark the Option 'Keep Dialog'" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:122 (variable) -msgid "AccordionTabTwoCBesDur" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:123 (comment) -msgid "pull 1" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:124 (comment) -msgid "8 8 8 |" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:126 (comment) -msgid "push 2" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:127 (comment) -msgid "4 |" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:129 (comment) -msgid "pull 3" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:130 (comment) -msgid "2 r8 }" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:133 (variable) -msgid "AccordionTab" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:134 (comment) -msgid "1. Place a copy of the piano melody above" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:136 (comment) -msgid "" -"3. For each line: Double the line. Remark the 1st one (Keeps unchanged as " -"reference) and then" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:137 (comment) -msgid "change the second line using the transformation paper" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:140 (comment) -msgid "-" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:149 (comment) -msgid "The vertical line (simulating a bar-line) in" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:150 (comment) -msgid "the staffBassRhytm is a gridline" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:156 (comment) -msgid "4/4 - tact. How many beats per bar" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:157 (comment) -msgid "The following line has to be adjusted O-F-T-E-N." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:166 (variable) -msgid "staffVoice" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:166 (context id) -msgid "astaffvoice" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:180 (variable) -msgid "staffAccordionMel" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:182 (comment) -msgid "Set the accidentals (Vorzeichen) for each note," -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:183 (comment) -msgid "do not remember them for the rest of the measure." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:203 (variable) -msgid "BassRhytm" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:204 (variable) -msgid "LyricBassRhythmI" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:206 (variable) -msgid "staffBassRhytm" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:207 (context id) -msgid "staffbass" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:208 (comment) -msgid "" -"This is not a RhythmicStaff because it must be possible to append lyrics." -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:210 (comment) -msgid "x.y" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:212 (comment) -msgid "" -"Shows one horizontal line. The vertical line (simulating a bar-line) is " -"simulated by a grid" -msgstr "" - -#. Documentation/snippets/score-for-diatonic-accordion.ly:213 (comment) -msgid "Search for 'grid' in this page to find all related functions" -msgstr "" - -#. Documentation/snippets/setting-system-separators.ly:34 (variable) -msgid "notes" -msgstr "" - -#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:23 (comment) -msgid "The same as \\flageolet, just a little smaller" -msgstr "" - -#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:33 (comment) -msgid "The second fermata is ignored!" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:30 (comment) -msgid "NR 1.5 Simultaneous notes" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:32 (comment) -msgid "L. v. Beethoven, Op. 111" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:33 (comment) -msgid "Piano sonata 32" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:34 (comment) -msgid "Movt II - Arietta - Adagio molto semplice e cantabile" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:35 (comment) -msgid "measures 108 - 118" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:47 (variable) -msgid "trillFlat" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:67 (comment) -msgid "RH voice 1" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:144 (comment) -msgid "RH voice 2" -msgstr "" - -#. Documentation/snippets/simultaneous-headword.ly:219 (comment) -msgid "LH staff" -msgstr "" - -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:26 (variable) -msgid "verseI" -msgstr "" - -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:31 (variable) -msgid "verseII" -msgstr "" - -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:37 (comment) -msgid "insert chords for chordnames and fretboards here" -msgstr "" - -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:41 (variable) -msgid "staffMelody" -msgstr "" - -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:44 (comment) -msgid "Type notes for melody here" -msgstr "" - -#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:54 (context id) -msgid "voiceMelody" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:31 (comment) -msgid "title = \\\"Le Lac des Cygnes\\\"" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:32 (comment) -msgid "subtitle = \\\"Danse Napolitaine\\\"" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:33 (comment) -msgid "composer = \\\"Piotr Ilitch Tchaïkovski\\\"" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:34 (comment) -msgid "arranger = \\\"arr. Laurence Sardain\\\"" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:35 (comment) -msgid "footer = \\\"Mutopia-2006/12/22-896\\\"" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:38 (variable) -msgid "trompette" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:50 (variable) -#. Documentation/snippets/staff-headword.ly:98 (context id) -#. Documentation/snippets/staff-headword.ly:116 (context id) -msgid "tambourin" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:59 (variable) -msgid "tambourinMidi" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:102 (context id) -msgid "prima" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:104 (context id) -msgid "uppera" -msgstr "" - -#. Documentation/snippets/staff-headword.ly:105 (context id) -msgid "lowera" -msgstr "" - -#. Documentation/snippets/stemlets.ly:36 (comment) -msgid "N.B. use Score.Stem to set for the whole score." -msgstr "" - -#. Documentation/snippets/string-number-extender-lines.ly:17 (variable) -msgid "stringNumberSpanner" -msgstr "" - -#. Documentation/snippets/string-quartet-template-simple.ly:55 (variable) -msgid "violinOne" -msgstr "" - -#. Documentation/snippets/string-quartet-template-simple.ly:64 (variable) -msgid "violinTwo" -msgstr "" - -#. Documentation/snippets/string-quartet-template-simple.ly:73 (variable) -msgid "viola" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:106 (comment) -msgid "piece.ly" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:107 (comment) -msgid "(This is the global definitions file)" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:114 (variable) -msgid "Violinone" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:119 (comment) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:125 (comment) -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:132 (comment) -msgid "*********************************" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:120 (variable) -msgid "Violintwo" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:126 (variable) -msgid "Viola" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:133 (variable) -msgid "Cello" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:139 (comment) -msgid "**********************************" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:150 (comment) -msgid "These are the other files you need to save on your computer" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:152 (comment) -msgid "score.ly" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:153 (comment) -msgid "(This is the main file)" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:156 (comment) -#, python-format -msgid "" -"\\include \\\"piece.ly\\\" %%% uncomment this line when using a " -"separate file" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:165 (comment) -msgid "{ Uncomment this block when using separate files" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:167 (comment) -msgid "vn1.ly" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:168 (comment) -msgid "(This is the Violin 1 part file)" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:177 (comment) -msgid "vn2.ly" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:178 (comment) -msgid "(This is the Violin 2 part file)" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:187 (comment) -msgid "vla.ly" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:188 (comment) -msgid "(This is the Viola part file)" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:197 (comment) -msgid "vlc.ly" -msgstr "" - -#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:198 (comment) -msgid "(This is the Cello part file)" -msgstr "" - -#. Documentation/snippets/subdividing-beams.ly:78 (comment) -msgid "Set beam sub-group length to an eighth note" -msgstr "" - -#. Documentation/snippets/subdividing-beams.ly:83 (comment) -msgid "Set beam sub-group length to a sixteenth note" -msgstr "" - -#. Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly:21 (variable) -#. Documentation/snippets/unfretted-headword.ly:56 (variable) -msgid "ignore" -msgstr "" - -#. Documentation/snippets/text-headword.ly:29 (comment) -msgid "NR 1.8 Text" -msgstr "" - -#. Documentation/snippets/text-headword.ly:31 (comment) -msgid "L. v. Beethoven, Op. 110" -msgstr "" - -#. Documentation/snippets/text-headword.ly:32 (comment) -msgid "Piano sonata 31" -msgstr "" - -#. Documentation/snippets/text-headword.ly:33 (comment) -msgid "measures 1 - 7" -msgstr "" - -#. Documentation/snippets/text-headword.ly:45 (comment) -msgid "RH staff" -msgstr "" - -#. Documentation/snippets/three-sided-box.ly:17 (comment) -msgid "New command to add a three sided box, with sides north, west and south" -msgstr "" - -#. Documentation/snippets/three-sided-box.ly:18 (comment) -msgid "Based on the box-stencil command defined in scm/stencil.scm" -msgstr "" - -#. Documentation/snippets/three-sided-box.ly:19 (comment) -msgid "Note that \\\";;\\\" is used to comment a line in Scheme" -msgstr "" - -#. Documentation/snippets/three-sided-box.ly:33 (comment) -msgid "The corresponding markup command, based on the \\box command defined" -msgstr "" - -#. Documentation/snippets/three-sided-box.ly:34 (comment) -msgid "in scm/define-markup-commands.scm" -msgstr "" - -#. Documentation/snippets/three-sided-box.ly:46 (comment) -msgid "Test it:" -msgstr "" - -#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:57 (comment) -msgid "Change the style permanently" -msgstr "" - -#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:63 (comment) -msgid "Revert to default style:" -msgstr "" - -#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:67 (comment) -msgid "single-digit style only for the next time signature" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:36 (comment) -msgid "make the staff lines invisible on staves" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:125 (variable) -msgid "incipitDiscantus" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:150 (variable) -msgid "incipitAltus" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:176 (variable) -msgid "incipitTenor" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:204 (variable) -msgid "incipitBassus" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:230 (comment) -msgid "" -"StaffGroup is used instead of ChoirStaff to get bar lines between systems" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:262 (comment) -msgid "Keep the bass lyrics outside of the staff group to avoid bar lines" -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:263 (comment) -msgid "between the lyrics." -msgstr "" - -#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:272 (comment) -msgid "the next three instructions keep the lyrics between the bar lines" -msgstr "" - -#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:165 (variable) -msgid "naturalizeMusic" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:151 (comment) -msgid "The default treble clef" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:153 (comment) -msgid "The standard bass clef" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:158 (comment) -msgid "The baritone clef" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:163 (comment) -msgid "The standard choral tenor clef" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:169 (comment) -msgid "A non-standard clef" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:175 (comment) -msgid "The following clef changes do not preserve" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:176 (comment) -msgid "the normal relationship between notes and clefs:" -msgstr "" - -#. Documentation/snippets/tweaking-clef-properties.ly:191 (comment) -msgid "Return to the normal clef:" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:40 (comment) -msgid "Abreviations" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:43 (variable) -msgid "db" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:44 (variable) -msgid "dub" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:45 (variable) -msgid "dubetc" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:47 (variable) -msgid "ub" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:48 (variable) -msgid "udb" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:49 (variable) -msgid "udbetc" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:51 (variable) -msgid "fermaTa" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:53 (variable) -msgid "accel" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:54 (variable) -msgid "ritar" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:60 (comment) -msgid "Strings" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:63 (variable) -msgid "svib" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:64 (variable) -msgid "pvib" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:65 (variable) -msgid "mvib" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:66 (variable) -msgid "sulp" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:67 (variable) -msgid "norm" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:69 (variable) -msgid "quatre" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:73 (comment) -msgid "Shifting Notes" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:76 (variable) -msgid "shift" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:77 (variable) -msgid "shifta" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:78 (variable) -msgid "shiftb" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:82 (comment) -msgid "Hairpin" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:85 (comment) -msgid "aniente = \\\"a niente\\\"" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:86 (variable) -msgid "aniente" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:93 (variable) -msgid "tupletbp" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:97 (comment) -msgid "Flag [Note Head - Stem]" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:100 (variable) -msgid "noflag" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:103 (comment) -msgid "Functions" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:118 (comment) -msgid "Instruments" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:121 (variable) -msgid "ViolinSolo" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:131 (comment) -msgid "Measure 1" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:141 (comment) -msgid "Measure 2" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:151 (comment) -msgid "Measure 3" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:159 (comment) -msgid "Measure 4" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:168 (comment) -msgid "Measure 5" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:176 (comment) -msgid "Measure 6" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:178 (comment) -msgid "\\featherDurations #(ly:make-moment 2 3)" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:185 (comment) -msgid "Measure 7" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:194 (comment) -msgid "Measure 8" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:199 (comment) -msgid "Measure 9" -msgstr "" - -#. Documentation/snippets/unfretted-headword.ly:210 (comment) -msgid "Score" -msgstr "" - -#. Documentation/snippets/using-alternative-flag-styles.ly:31 (variable) -msgid "testnotes" -msgstr "" - -#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:113 (comment) -msgid "display grobs for each note head:" -msgstr "" - -#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:114 (comment) -msgid "\\override NoteHead #'before-line-breaking = #display-grobs" -msgstr "" - -#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:116 (comment) -msgid "or just for one:" -msgstr "" - -#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:28 (variable) -msgid "parallelogram" -msgstr "" - -#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:43 (variable) -msgid "myNoteHeads" -msgstr "" - -#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:44 (variable) -msgid "normalNoteHeads" -msgstr "" - -#. Documentation/snippets/utf-8.ly:19 (comment) -msgid "end verbatim - this comment is a hack to prevent texinfo.tex" -msgstr "" - -#. Documentation/snippets/utf-8.ly:20 (comment) -msgid "from choking on non-European UTF-8 subsets" -msgstr "" - -#. Documentation/snippets/utf-8.ly:22 (comment) -msgid "Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs" -msgstr "" - -#. Documentation/snippets/utf-8.ly:40 (comment) -msgid "Cyrillic font" -msgstr "" - -#. Documentation/snippets/utf-8.ly:41 (variable) -msgid "bulgarian" -msgstr "" - -#. Documentation/snippets/utf-8.ly:45 (variable) -msgid "hebrew" -msgstr "" - -#. Documentation/snippets/utf-8.ly:49 (variable) -msgid "japanese" -msgstr "" - -#. Documentation/snippets/utf-8.ly:56 (comment) -msgid "\\\"a legal song to you\\\"" -msgstr "" - -#. Documentation/snippets/utf-8.ly:57 (variable) -msgid "portuguese" -msgstr "" - -#. Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly:19 (variable) -msgid "upline" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:20 (variable) -msgid "leftbrace" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:21 (variable) -msgid "rightbrace" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:23 (variable) -msgid "dropLyrics" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:30 (variable) -msgid "raiseLyrics" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:37 (variable) -msgid "skipFour" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:39 (variable) -msgid "lyricsA" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:41 (variable) -msgid "lyricsB" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:42 (variable) -msgid "lyricsC" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:43 (variable) -msgid "lyricsD" -msgstr "" - -#. Documentation/snippets/vertically-centered-common-lyrics.ly:50 (context id) -msgid "m" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:69 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:59 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:68 (variable) -msgid "sopMusic" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:72 (variable) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:62 (variable) -#. Documentation/snippets/vocal-ensemble-template.ly:71 (variable) -msgid "sopWords" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:101 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:89 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:99 (context id) -msgid "women" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:107 (context id) -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:99 (context id) -#. Documentation/snippets/vocal-ensemble-template.ly:111 (context id) -msgid "men" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:95 (comment) -msgid "we could remove the line about this with the line below, since we want" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:96 (comment) -msgid "the alto lyrics to be below the alto Voice anyway." -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:97 (comment) -msgid "\\new Lyrics \\lyricsto \\\"altos\\\" \\altoWords" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:106 (comment) -msgid "again, we could replace the line above this with the line below." -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:107 (comment) -msgid "\\new Lyrics \\lyricsto \\\"basses\\\" \\bassWords" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:64 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:77 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:92 (comment) -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:108 (comment) -msgid "refrain" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:70 (variable) -msgid "SoloNotes" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:81 (variable) -msgid "SoloLyrics" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:86 (variable) -msgid "SopranoNotes" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:97 (variable) -msgid "SopranoLyrics" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:102 (variable) -msgid "BassNotes" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:113 (variable) -msgid "BassLyrics" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:120 (context id) -msgid "SoloVoice" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:124 (context id) -msgid "SopranoVoice" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:127 (context id) -msgid "BassVoice" -msgstr "" - -#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:134 (comment) -msgid "these lines prevent empty staves from being printed" -msgstr "" - -#. Documentation/snippets/volta-multi-staff.ly:17 (variable) -msgid "voltaMusic" -msgstr "" - -#. Documentation/snippets/volta-text-markup-using-repeatcommands.ly:25 (variable) -msgid "voltaAdLib" -msgstr "" - -#. Documentation/snippets/wind-headword.ly:21 (comment) -msgid "Tchaikovsky" -msgstr "" - -#. Documentation/snippets/wind-headword.ly:22 (comment) -msgid "Nutcracker Suite, VII Dance of the Merlitons" -msgstr "" - msgid "Up:" msgstr "" diff --git a/Documentation/po/zh.po b/Documentation/po/zh.po new file mode 100644 index 0000000000..b7f0cf0acf --- /dev/null +++ b/Documentation/po/zh.po @@ -0,0 +1,10045 @@ +# translation of LilyPond documentation +# Copyright (C) 2006 Han-Wen Nienhuys, Jan Nieuwenhuizen +# This file is distributed under the same license as the lilypond package. +# Ben Luo , 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: zh\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-12-06 22:26+0100\n" +"PO-Revision-Date: 2011-01-23 20:47+0800\n" +"Last-Translator: Ben Luo \n" +"Language-Team: 汉语 \n" +"Language: 汉语\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: postprocess_html.py:55 +#, python-format +msgid "This page is for %(package_name)s-%(package_version)s (%(branch_str)s)." +msgstr "" + +#: postprocess_html.py:57 +#, python-format +msgid "" +"Your suggestions for the documentation " +"are welcome, please report errors to our bug list." +msgstr "" + +#: postprocess_html.py:69 +#, python-format +msgid "Other languages: %s." +msgstr "其它语言:%s。" + +#: postprocess_html.py:70 +#, python-format +msgid "About automatic language selection." +msgstr "" + +#: postprocess_html.py:326 +msgid "stable-branch" +msgstr "稳定分支" + +#: postprocess_html.py:328 +msgid "development-branch" +msgstr "开发分支" + +#: translations-status.py:72 +msgid "Section titles" +msgstr "段标题" + +#: translations-status.py:73 +#, python-format +msgid "Last updated %s" +msgstr "最近更新" + +#: translations-status.py:74 +msgid "Translators" +msgstr "翻译者" + +#: translations-status.py:74 +msgid "Translation checkers" +msgstr "校对" + +#: translations-status.py:75 +msgid "Translated" +msgstr "已翻译" + +#: translations-status.py:75 +msgid "Up to date" +msgstr "最新" + +#: translations-status.py:76 +msgid "Other info" +msgstr "其它信息" + +#: translations-status.py:78 +msgid "no" +msgstr "无" + +#: translations-status.py:79 +msgid "not translated" +msgstr "没有翻译" + +#: translations-status.py:81 +#, python-format +msgid "partially (%(p)d %%)" +msgstr "部分 (%(p)d %%)" + +#: translations-status.py:83 +#, python-format +msgid "partially translated (%(p)d %%)" +msgstr "部分翻译 (%(p)d %%)" + +#: translations-status.py:84 translations-status.py:86 +msgid "yes" +msgstr "是" + +#: translations-status.py:85 +msgid "translated" +msgstr "已翻译" + +#: translations-status.py:86 translations-status.py:87 +msgid "up to date" +msgstr "最新的" + +#: translations-status.py:88 +msgid "partially" +msgstr "部分地" + +#: translations-status.py:89 +msgid "partially up to date" +msgstr "部分是最新的" + +#: translations-status.py:90 +msgid "N/A" +msgstr "不适用" + +#: translations-status.py:91 +msgid "pre-GDP" +msgstr "" + +#: translations-status.py:92 +msgid "post-GDP" +msgstr "" + +#. -*- coding: utf-8 -*- +#. Documentation/changes.tely:183 (variable) +msgid "coloredheads" +msgstr "有颜色的头" + +#. Documentation/changes.tely:184 (variable) +msgid "noclef" +msgstr "无谱号" + +#. @node in Documentation/changes.tely +#. @node in Documentation/macros.itexi +msgid "Top" +msgstr "首页" + +#. @top in Documentation/changes.tely +msgid "New features in 2.13 since 2.12" +msgstr "从2.12到2.13出现的新特性" + +#. @top in Documentation/macros.itexi +msgid "LilyPond --- \\\\TITLE\\\\" +msgstr "" + +#. @subsubheading in Documentation/macros.itexi +msgid "Predefined commands" +msgstr "预先定义的命令" + +#. @subsubheading in Documentation/macros.itexi +msgid "Selected Snippets" +msgstr "选中的片断" + +#. @subsubheading in Documentation/macros.itexi +msgid "See also" +msgstr "参见" + +#. @subsubheading in Documentation/macros.itexi +msgid "Known issues and warnings" +msgstr "知道的问题和警告" + +#. @node in Documentation/essay.tely +#. @appendix in Documentation/essay.tely +#. @node in Documentation/extending.tely +#. @appendix in Documentation/extending.tely +#. @node in Documentation/learning.tely +#. @appendix in Documentation/learning.tely +#. @node in Documentation/notation.tely +#. @appendix in Documentation/notation.tely +#. @node in Documentation/usage.tely +#. @appendix in Documentation/usage.tely +msgid "LilyPond index" +msgstr "LilyPond 索引" + +#. @node in Documentation/essay/engraving.itely +#. @chapter in Documentation/essay/engraving.itely +msgid "Music engraving" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @section in Documentation/essay/engraving.itely +msgid "The LilyPond story" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @section in Documentation/essay/engraving.itely +msgid "Engraving details" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Music fonts" +msgstr "音乐字体" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Optical spacing" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Ledger lines" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Optical sizing" +msgstr "可选的尺寸" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Why work so hard?" +msgstr "为什么工作地如此辛苦?" + +#. @node in Documentation/essay/engraving.itely +#. @section in Documentation/essay/engraving.itely +msgid "Automated engraving" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Beauty contests" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Improvement by benchmarking" +msgstr "从测评角度看改进" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Getting things right" +msgstr "把事情做对" + +#. @node in Documentation/essay/engraving.itely +#. @section in Documentation/essay/engraving.itely +msgid "Building software" +msgstr "生产软件" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Music representation" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "What symbols to engrave?" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @unnumberedsubsec in Documentation/essay/engraving.itely +msgid "Flexible architecture" +msgstr "" + +#. @node in Documentation/essay/engraving.itely +#. @section in Documentation/essay/engraving.itely +msgid "Putting LilyPond to work" +msgstr "让 LilyPond 工作" + +#. @node in Documentation/essay/engraving.itely +#. @section in Documentation/essay/engraving.itely +msgid "Engraved examples (BWV 861)" +msgstr "" + +#. @node in Documentation/essay/literature.itely +#. @chapter in Documentation/essay/literature.itely +msgid "Literature list" +msgstr "" + +#. @node in Documentation/essay/literature.itely +#. @section in Documentation/essay/literature.itely +msgid "Short literature list" +msgstr "" + +#. @node in Documentation/essay/literature.itely +#. @section in Documentation/essay/literature.itely +msgid "Long literature list" +msgstr "" + +#. @subheading in Documentation/essay/literature.itely +msgid "Colorado" +msgstr "" + +#. @subheading in Documentation/essay/literature.itely +msgid "Computer notation" +msgstr "计算机五线谱" + +#. @subheading in Documentation/essay/literature.itely +msgid "Engraving" +msgstr "" + +#. @node in Documentation/fdl.itexi +#. @appendix in Documentation/fdl.itexi +#. @node in Documentation/fdl.itexi +#. @appendix in Documentation/fdl.itexi +#. @node in Documentation/fdl.itexi +#. @appendix in Documentation/fdl.itexi +#. @node in Documentation/fdl.itexi +#. @appendix in Documentation/fdl.itexi +#. @node in Documentation/fdl.itexi +#. @appendix in Documentation/fdl.itexi +#. @node in Documentation/fdl.itexi +#. @appendix in Documentation/fdl.itexi +msgid "GNU Free Documentation License" +msgstr "GNU 自由文档协议" + +#. @heading in Documentation/fdl.itexi +msgid "ADDENDUM: How to use this License for your documents" +msgstr "" + +#. Documentation/extending/scheme-tutorial.itely:734 (variable) +msgid "traLaLa" +msgstr "" + +#. Documentation/extending/scheme-tutorial.itely:736 (comment) +msgid "dummy action to deal with parser lookahead" +msgstr "" + +#. Documentation/extending/scheme-tutorial.itely:1354 (variable) +#. Documentation/learning/fundamental.itely:3003 (variable) +#. Documentation/learning/fundamental.itely:3058 (variable) +#. Documentation/notation/changing-defaults.itely:3802 (variable) +msgid "padText" +msgstr "" + +#. Documentation/extending/scheme-tutorial.itely:1377 (variable) +#. Documentation/notation/changing-defaults.itely:3844 (variable) +msgid "tempoPadded" +msgstr "" + +#. Documentation/extending/scheme-tutorial.itely:1396 (variable) +msgid "pattern" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @chapter in Documentation/extending/scheme-tutorial.itely +msgid "Scheme tutorial" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @section in Documentation/extending/scheme-tutorial.itely +msgid "Introduction to Scheme" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Scheme sandbox" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Scheme variables" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Scheme simple data types" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Scheme compound data types" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Pairs" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Lists" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Association lists (alists)" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Hash tables" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Calculations in Scheme" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Scheme procedures" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Defining procedures" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Predicates" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Return values" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Scheme conditionals" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "if" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "cond" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @section in Documentation/extending/scheme-tutorial.itely +msgid "Scheme in LilyPond" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "LilyPond Scheme syntax" +msgstr "LilyPond Scheme 语法" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "LilyPond variables" +msgstr "LilyPond 变量" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Input variables and Scheme" +msgstr "输入变量和 Scheme" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Object properties" +msgstr "对象属性" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "LilyPond compound variables" +msgstr "LilyPond 组件的变量" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Offsets" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Extents" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Property alists" +msgstr "" + +#. @subheading in Documentation/extending/scheme-tutorial.itely +msgid "Alist chains" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Internal music representation" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @section in Documentation/extending/scheme-tutorial.itely +msgid "Building complicated functions" +msgstr "构造复杂功能" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Displaying music expressions" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Music properties" +msgstr "音乐属性" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Doubling a note with slurs (example)" +msgstr "" + +#. @node in Documentation/extending/scheme-tutorial.itely +#. @subsection in Documentation/extending/scheme-tutorial.itely +msgid "Adding articulation to notes (example)" +msgstr "" + +#. Documentation/extending/programming-interface.itely:139 (variable) +msgid "manualBeam" +msgstr "" + +#. Documentation/extending/programming-interface.itely:160 (variable) +#. Documentation/snippets/score-for-diatonic-accordion.ly:192 (variable) +msgid "AltOn" +msgstr "" + +#. Documentation/extending/programming-interface.itely:170 (variable) +#. Documentation/snippets/score-for-diatonic-accordion.ly:198 (variable) +msgid "AltOff" +msgstr "" + +#. Documentation/extending/programming-interface.itely:185 (variable) +msgid "withAlt" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @chapter in Documentation/extending/programming-interface.itely +msgid "Interfaces for programmers" +msgstr "面向程序员的界面" + +#. @node in Documentation/extending/programming-interface.itely +#. @section in Documentation/extending/programming-interface.itely +msgid "Music functions" +msgstr "音乐函数" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Music function syntax" +msgstr "音乐函数语法" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Simple substitution functions" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Intermediate substitution functions" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Mathematics in functions" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Functions without arguments" +msgstr "无参数函数" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Void functions" +msgstr "空函数" + +#. @node in Documentation/extending/programming-interface.itely +#. @section in Documentation/extending/programming-interface.itely +msgid "Markup functions" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Markup construction in Scheme" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "How markups work internally" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "New markup command definition" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely +msgid "Markup command definition syntax" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely +msgid "On properties" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely +msgid "A complete example" +msgstr "一个完整的例子" + +#. @node in Documentation/extending/programming-interface.itely +#. @unnumberedsubsubsec in Documentation/extending/programming-interface.itely +msgid "Adapting builtin commands" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "New markup list command definition" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @section in Documentation/extending/programming-interface.itely +msgid "Contexts for programmers" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Context evaluation" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @subsection in Documentation/extending/programming-interface.itely +msgid "Running a function on all layout objects" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @section in Documentation/extending/programming-interface.itely +msgid "Callback functions" +msgstr "回调函数" + +#. @node in Documentation/extending/programming-interface.itely +#. @section in Documentation/extending/programming-interface.itely +msgid "Inline Scheme code" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @section in Documentation/extending/programming-interface.itely +msgid "Difficult tweaks" +msgstr "" + +#. @node in Documentation/extending/programming-interface.itely +#. @chapter in Documentation/extending/programming-interface.itely +msgid "LilyPond Scheme interfaces" +msgstr "LilyPond Scheme 界面" + +#. Documentation/learning/tutorial.itely:210 (comment) +msgid "set the starting point to middle C" +msgstr "" + +#. Documentation/learning/tutorial.itely:241 (comment) +msgid "one octave above middle C" +msgstr "" + +#. Documentation/learning/tutorial.itely:257 (comment) +msgid "c is 1 staff space up, so is the c above" +msgstr "" + +#. Documentation/learning/tutorial.itely:258 (comment) +msgid "d is 2 up or 5 down, so is the d above" +msgstr "" + +#. Documentation/learning/tutorial.itely:259 (comment) +msgid "e is 3 up or 4 down, so is the e above" +msgstr "" + +#. Documentation/learning/tutorial.itely:260 (comment) +msgid "a is 6 up or 1 down, so is the a below" +msgstr "" + +#. Documentation/learning/tutorial.itely:261 (comment) +msgid "g is 5 up or 2 down, so is the g below" +msgstr "" + +#. Documentation/learning/tutorial.itely:262 (comment) +msgid "f is 4 up or 3 down, so is the f below" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @chapter in Documentation/learning/tutorial.itely +msgid "Tutorial" +msgstr "教程" + +#. @node in Documentation/learning/tutorial.itely +#. @section in Documentation/learning/tutorial.itely +msgid "Compiling a file" +msgstr "编译一个文件" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Entering input" +msgstr "进入输入" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Producing output" +msgstr "产生输出" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "MacOS X" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Windows" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Command-line" +msgstr "命令行" + +#. @node in Documentation/learning/tutorial.itely +#. @section in Documentation/learning/tutorial.itely +msgid "How to write input files" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Simple notation" +msgstr "简单的乐谱" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Pitches" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "pitch" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "interval" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly:19 (variable) +#. Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly:29 (variable) +msgid "scale" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "middle C" +msgstr "中央 C" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "octave" +msgstr "八度" + +#. @rglos in Documentation/learning/tutorial.itely +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "accidental" +msgstr "" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Durations (rhythms)" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "beam" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "duration" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "whole note" +msgstr "全音符" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "half note" +msgstr "二分音符" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "quarter note" +msgstr "四分音符" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dotted note" +msgstr "附点音符" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Rests" +msgstr "休止符" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "rest" +msgstr "休止符" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Time signature" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "time signature" +msgstr "" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Tempo marks" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tempo indication" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "metronome" +msgstr "" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "Clef" +msgstr "" + +#. @rglos in Documentation/learning/tutorial.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "clef" +msgstr "" + +#. @subheading in Documentation/learning/tutorial.itely +msgid "All together" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Working on input files" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @section in Documentation/learning/tutorial.itely +msgid "Dealing with errors" +msgstr "处理错误" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "General troubleshooting tips" +msgstr "通用查找错误技巧" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Some common errors" +msgstr "一些常见错误" + +#. @node in Documentation/learning/tutorial.itely +#. @section in Documentation/learning/tutorial.itely +msgid "How to read the manuals" +msgstr "如何看手册" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Omitted material" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Clickable examples" +msgstr "" + +#. @node in Documentation/learning/tutorial.itely +#. @subsection in Documentation/learning/tutorial.itely +msgid "Overview of manuals" +msgstr "手册综述" + +#. Documentation/learning/common-notation.itely:1223 (variable) +#. Documentation/learning/fundamental.itely:2984 (variable) +#. Documentation/learning/fundamental.itely:3008 (variable) +msgid "violin" +msgstr "小提琴" + +#. Documentation/learning/common-notation.itely:1229 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:83 (variable) +msgid "cello" +msgstr "" + +#. Documentation/learning/common-notation.itely:1255 (variable) +msgid "tripletA" +msgstr "" + +#. Documentation/learning/common-notation.itely:1256 (variable) +msgid "barA" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. Documentation/snippets/measure-counter.ly:27 (context id) +#. Documentation/snippets/measure-counter.ly:34 (context id) +msgid "foo" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @chapter in Documentation/learning/common-notation.itely +msgid "Common notation" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @section in Documentation/learning/common-notation.itely +msgid "Single staff notation" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Bar checks" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Accidentals and key signatures" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Accidentals" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sharp" +msgstr "升" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "flat" +msgstr "降" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double sharp" +msgstr "重升" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double flat" +msgstr "重降" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Key signatures" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "key signature" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "major" +msgstr "大调" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "minor" +msgstr "小调" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Warning: key signatures and pitches" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "natural" +msgstr "自然" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "transposition" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @chapter in Documentation/music-glossary.tely +msgid "Pitch names" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Ties and slurs" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Ties" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tie" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Slurs" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "slur" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Phrasing slurs" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "phrasing" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Warnings: slurs vs. ties" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "articulation" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Articulation and dynamics" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Articulations" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Fingerings" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "fingering" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +#. @subheading in Documentation/learning/tweaks.itely +msgid "Dynamics" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/piano-template-with-centered-dynamics.ly:70 (variable) +msgid "dynamics" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "crescendo" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "decrescendo" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Adding text" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Automatic and manual beams" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Advanced rhythmic commands" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Partial measure" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "anacrusis" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +#. Documentation/snippets/unfretted-headword.ly:90 (comment) +msgid "Tuplets" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "note value" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "triplet" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Grace notes" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "grace notes" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "acciaccatura" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "appoggiatura" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @section in Documentation/learning/common-notation.itely +msgid "Multiple notes at once" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Music expressions explained" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Analogy: mathematical expressions" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Simultaneous music expressions: multiple staves" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "polyphony" +msgstr "" + +#. @subheading in Documentation/learning/common-notation.itely +msgid "Simultaneous music expressions: single staff" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Multiple staves" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Staff groups" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "brace" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "staff" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @rglos in Documentation/learning/fundamental.itely +#. @rglos in Documentation/learning/tweaks.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "system" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Combining notes into chords" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "chord" +msgstr "和弦" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Single staff polyphony" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @section in Documentation/learning/common-notation.itely +msgid "Songs" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Setting simple songs" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "lyrics" +msgstr "歌词" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Aligning lyrics to a melody" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "melisma" +msgstr "" + +#. @rglos in Documentation/learning/common-notation.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "extender line" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Lyrics to multiple staves" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @section in Documentation/learning/common-notation.itely +msgid "Final touches" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Organizing pieces with variables" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Adding titles" +msgstr "增加标题" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "Absolute note names" +msgstr "" + +#. @node in Documentation/learning/common-notation.itely +#. @subsection in Documentation/learning/common-notation.itely +msgid "After the tutorial" +msgstr "" + +#. Documentation/learning/fundamental.itely:320 (context id) +#. Documentation/learning/fundamental.itely:371 (context id) +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:73 (variable) +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:86 (context id) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:70 (context id) +msgid "singer" +msgstr "" + +#. Documentation/learning/fundamental.itely:321 (context id) +#. Documentation/learning/fundamental.itely:372 (context id) +msgid "vocal" +msgstr "声乐" + +#. Documentation/learning/fundamental.itely:324 (context id) +#. Documentation/learning/fundamental.itely:375 (context id) +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/jazz-combo-template.ly:233 (variable) +#. Documentation/snippets/jazz-combo-template.ly:293 (context id) +#. Documentation/snippets/staff-headword.ly:119 (context id) +msgid "piano" +msgstr "" + +#. Documentation/learning/fundamental.itely:325 (context id) +#. Documentation/learning/fundamental.itely:366 (variable) +#. Documentation/learning/fundamental.itely:376 (context id) +#. Documentation/learning/fundamental.itely:2592 (variable) +#. Documentation/learning/fundamental.itely:2654 (context id) +#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:20 (variable) +#. Documentation/snippets/chords-headword.ly:80 (context id) +#. Documentation/snippets/fretted-headword.ly:143 (context id) +#. Documentation/snippets/jazz-combo-template.ly:236 (context id) +#. Documentation/snippets/piano-template-simple.ly:39 (variable) +#. Documentation/snippets/piano-template-simple.ly:58 (context id) +#. Documentation/snippets/piano-template-with-centered-dynamics.ly:60 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:48 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:70 (context id) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:60 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:81 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:44 (variable) +#. Documentation/snippets/polyphony-in-tablature.ly:62 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:66 (context id) +#. Documentation/snippets/staff-headword.ly:68 (variable) +msgid "upper" +msgstr "" + +#. Documentation/learning/fundamental.itely:326 (context id) +#. Documentation/learning/fundamental.itely:367 (variable) +#. Documentation/learning/fundamental.itely:377 (context id) +#. Documentation/learning/fundamental.itely:2599 (variable) +#. Documentation/learning/fundamental.itely:2655 (context id) +#. Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly:24 (variable) +#. Documentation/snippets/chords-headword.ly:90 (context id) +#. Documentation/snippets/fretted-headword.ly:144 (context id) +#. Documentation/snippets/jazz-combo-template.ly:237 (context id) +#. Documentation/snippets/piano-template-simple.ly:47 (variable) +#. Documentation/snippets/piano-template-simple.ly:59 (context id) +#. Documentation/snippets/piano-template-with-centered-dynamics.ly:65 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:56 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:72 (context id) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:68 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:82 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:51 (variable) +#. Documentation/snippets/polyphony-in-tablature.ly:63 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:67 (context id) +#. Documentation/snippets/staff-headword.ly:79 (variable) +msgid "lower" +msgstr "" + +#. Documentation/learning/fundamental.itely:364 (variable) +#. Documentation/notation/changing-defaults.itely:488 (variable) +#. Documentation/notation/changing-defaults.itely:495 (context id) +#. Documentation/notation/changing-defaults.itely:505 (context id) +#. Documentation/notation/changing-defaults.itely:510 (context id) +#. Documentation/notation/changing-defaults.itely:527 (variable) +#. Documentation/notation/changing-defaults.itely:545 (context id) +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:37 (context id) +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:46 (context id) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:66 (context id) +#. Documentation/snippets/demo-midiinstruments.ly:29 (variable) +#. Documentation/snippets/formatting-lyrics-syllables.ly:29 (context id) +#. Documentation/snippets/fretted-headword.ly:63 (variable) +#. Documentation/snippets/guitar-strum-rhythms.ly:68 (context id) +#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:34 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:48 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:48 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:50 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:66 (variable) +#. Documentation/snippets/single-staff-template-with-only-notes.ly:56 (variable) +#. Documentation/snippets/vertically-centered-common-lyrics.ly:45 (variable) +msgid "melody" +msgstr "旋律" + +#. Documentation/learning/fundamental.itely:365 (variable) +#. Documentation/snippets/piano-template-with-centered-lyrics.ly:64 (variable) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:56 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:56 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:74 (variable) +msgid "text" +msgstr "文本" + +#. Documentation/learning/fundamental.itely:439 (context id) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:86 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:122 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:138 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:159 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:174 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:195 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:210 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:226 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:242 (comment) +msgid "main" +msgstr "主要" + +#. Documentation/learning/fundamental.itely:629 (comment) +msgid "Voice \\\"1\\\" Voice \\\"2\\\"" +msgstr "" + +#. Documentation/learning/fundamental.itely:639 (comment) +msgid "Voice \\\"1\\\" Voice \\\"2\\\"" +msgstr "" + +#. Documentation/learning/fundamental.itely:654 (comment) +msgid "Voice \\\"1\\\"" +msgstr "" + +#. Documentation/learning/fundamental.itely:659 (comment) +msgid "Voice \\\"2\\\"" +msgstr "" + +#. Documentation/learning/fundamental.itely:682 (comment) +#. Documentation/learning/fundamental.itely:706 (comment) +msgid "Main voice" +msgstr "" + +#. Documentation/learning/fundamental.itely:684 (comment) +msgid "Voice \\\"1\\\" Voice \\\"2\\\" Voice \\\"3\\\"" +msgstr "" + +#. Documentation/learning/fundamental.itely:708 (comment) +msgid "Bar 1" +msgstr "" + +#. Documentation/learning/fundamental.itely:719 (comment) +msgid "Bar 2" +msgstr "" + +#. Documentation/learning/fundamental.itely:720 (comment) +msgid "Voice 1 continues" +msgstr "" + +#. Documentation/learning/fundamental.itely:723 (comment) +msgid "Voice 2 continues" +msgstr "" + +#. Documentation/learning/fundamental.itely:898 (comment) +msgid "Voice one" +msgstr "" + +#. Documentation/learning/fundamental.itely:900 (comment) +msgid "Voice two" +msgstr "" + +#. Documentation/learning/fundamental.itely:902 (comment) +msgid "Omit Voice three" +msgstr "" + +#. Documentation/learning/fundamental.itely:903 (comment) +msgid "Voice four" +msgstr "" + +#. Documentation/learning/fundamental.itely:1002 (comment) +msgid "Default behavior or behavior after \\oneVoice" +msgstr "" + +#. Documentation/learning/fundamental.itely:1040 (comment) +msgid "The following notes are monophonic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1042 (comment) +msgid "Start simultaneous section of three voices" +msgstr "" + +#. Documentation/learning/fundamental.itely:1044 (comment) +msgid "Continue the main voice in parallel" +msgstr "" + +#. Documentation/learning/fundamental.itely:1046 (comment) +#. Documentation/learning/fundamental.itely:1108 (comment) +msgid "Initiate second voice" +msgstr "" + +#. Documentation/learning/fundamental.itely:1048 (comment) +msgid "Set stems, etc., down" +msgstr "" + +#. Documentation/learning/fundamental.itely:1052 (comment) +#. Documentation/learning/fundamental.itely:1114 (comment) +msgid "Initiate third voice" +msgstr "" + +#. Documentation/learning/fundamental.itely:1054 (comment) +#. Documentation/learning/fundamental.itely:1116 (comment) +msgid "Set stems, etc, up" +msgstr "" + +#. Documentation/learning/fundamental.itely:1103 (comment) +msgid "Initiate first voice" +msgstr "" + +#. Documentation/learning/fundamental.itely:1110 (comment) +msgid "Set stems, etc, down" +msgstr "" + +#. Documentation/learning/fundamental.itely:1197 (context id) +#. Documentation/learning/fundamental.itely:2303 (context id) +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:34 (variable) +#. Documentation/snippets/jazz-combo-template.ly:219 (context id) +#. Documentation/snippets/jazz-combo-template.ly:228 (context id) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:70 (context id) +#. Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly:80 (context id) +msgid "one" +msgstr "" + +#. Documentation/learning/fundamental.itely:1242 (variable) +#. Documentation/learning/fundamental.itely:2569 (variable) +#. Documentation/learning/tweaks.itely:3614 (variable) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:66 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:62 (variable) +#. Documentation/snippets/hymn-template.ly:78 (variable) +#. Documentation/snippets/incipit.ly:70 (variable) +#. Documentation/snippets/jazz-combo-template.ly:89 (variable) +#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:53 (variable) +#. Documentation/snippets/piano-template-with-centered-dynamics.ly:55 (variable) +#. Documentation/snippets/printing-music-with-different-time-signatures.ly:33 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:35 (variable) +#. Documentation/snippets/string-quartet-template-simple.ly:50 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:109 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:32 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:64 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:54 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:56 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:63 (variable) +msgid "global" +msgstr "" + +#. Documentation/learning/fundamental.itely:1244 (variable) +msgid "SopOneMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1247 (variable) +msgid "SopOneLyrics" +msgstr "" + +#. Documentation/learning/fundamental.itely:1250 (variable) +msgid "SopTwoMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1253 (variable) +msgid "SopTwoLyrics" +msgstr "" + +#. Documentation/learning/fundamental.itely:1260 (context id) +msgid "SopOne" +msgstr "" + +#. Documentation/learning/fundamental.itely:1269 (context id) +msgid "SopTwo" +msgstr "" + +#. Documentation/learning/fundamental.itely:1301 (variable) +#. Documentation/learning/fundamental.itely:2901 (variable) +msgid "keyTime" +msgstr "" + +#. Documentation/learning/fundamental.itely:1303 (variable) +msgid "SopMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1304 (variable) +#. Documentation/learning/tweaks.itely:3617 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:47 (variable) +#. Documentation/snippets/hymn-template.ly:63 (variable) +msgid "AltoMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1305 (variable) +#. Documentation/learning/tweaks.itely:3618 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:52 (variable) +#. Documentation/snippets/hymn-template.ly:68 (variable) +msgid "TenorMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1306 (variable) +#. Documentation/learning/tweaks.itely:3619 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:57 (variable) +#. Documentation/snippets/hymn-template.ly:73 (variable) +msgid "BassMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:1308 (variable) +#. Documentation/learning/tweaks.itely:3621 (variable) +msgid "VerseOne" +msgstr "" + +#. Documentation/learning/fundamental.itely:1310 (variable) +#. Documentation/learning/tweaks.itely:3625 (variable) +msgid "VerseTwo" +msgstr "" + +#. Documentation/learning/fundamental.itely:1312 (variable) +#. Documentation/learning/tweaks.itely:3629 (variable) +msgid "VerseThree" +msgstr "" + +#. Documentation/learning/fundamental.itely:1314 (variable) +#. Documentation/learning/tweaks.itely:3633 (variable) +msgid "VerseFour" +msgstr "" + +#. Documentation/learning/fundamental.itely:1321 (context id) +msgid "Sop" +msgstr "" + +#. Documentation/learning/fundamental.itely:1322 (context id) +#. Documentation/learning/tweaks.itely:3642 (context id) +#. Documentation/notation/input.itely:1141 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:87 (context id) +#. Documentation/snippets/chords-headword.ly:57 (variable) +#. Documentation/snippets/hymn-template.ly:93 (context id) +msgid "Alto" +msgstr "" + +#. Documentation/learning/fundamental.itely:1330 (context id) +#. Documentation/learning/tweaks.itely:3650 (context id) +#. Documentation/notation/input.itely:1143 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:95 (context id) +#. Documentation/snippets/chords-headword.ly:63 (variable) +#. Documentation/snippets/hymn-template.ly:102 (context id) +msgid "Tenor" +msgstr "" + +#. Documentation/learning/fundamental.itely:1331 (context id) +#. Documentation/learning/tweaks.itely:3651 (context id) +#. Documentation/notation/input.itely:1148 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:99 (context id) +#. Documentation/snippets/chords-headword.ly:70 (variable) +#. Documentation/snippets/hymn-template.ly:107 (context id) +#. Documentation/snippets/jazz-combo-template.ly:242 (variable) +msgid "Bass" +msgstr "" + +#. Documentation/learning/fundamental.itely:1475 (comment) +msgid "start of single compound music expression" +msgstr "" + +#. Documentation/learning/fundamental.itely:1476 (comment) +msgid "start of simultaneous staves section" +msgstr "" + +#. Documentation/learning/fundamental.itely:1478 (comment) +msgid "create RH staff" +msgstr "" + +#. Documentation/learning/fundamental.itely:1481 (comment) +msgid "create voice for RH notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1482 (comment) +msgid "start of RH notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1485 (comment) +msgid "end of RH notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1486 (comment) +msgid "end of RH voice" +msgstr "" + +#. Documentation/learning/fundamental.itely:1487 (comment) +msgid "end of RH staff" +msgstr "" + +#. Documentation/learning/fundamental.itely:1488 (comment) +msgid "create LH staff; needs two simultaneous voices" +msgstr "" + +#. Documentation/learning/fundamental.itely:1491 (comment) +msgid "create LH voice one" +msgstr "" + +#. Documentation/learning/fundamental.itely:1493 (comment) +msgid "start of LH voice one notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1496 (comment) +msgid "end of LH voice one notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1497 (comment) +msgid "end of LH voice one" +msgstr "" + +#. Documentation/learning/fundamental.itely:1498 (comment) +msgid "create LH voice two" +msgstr "" + +#. Documentation/learning/fundamental.itely:1500 (comment) +msgid "start of LH voice two notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1503 (comment) +msgid "end of LH voice two notes" +msgstr "" + +#. Documentation/learning/fundamental.itely:1504 (comment) +msgid "end of LH voice two" +msgstr "" + +#. Documentation/learning/fundamental.itely:1505 (comment) +msgid "end of LH staff" +msgstr "" + +#. Documentation/learning/fundamental.itely:1506 (comment) +msgid "end of simultaneous staves section" +msgstr "" + +#. Documentation/learning/fundamental.itely:1507 (comment) +msgid "end of single compound music expression" +msgstr "" + +#. Documentation/learning/fundamental.itely:1726 (comment) +msgid "Wrong!" +msgstr "" + +#. Documentation/learning/fundamental.itely:1812 (comment) +#. Documentation/learning/fundamental.itely:1989 (comment) +msgid "make note heads smaller" +msgstr "" + +#. Documentation/learning/fundamental.itely:1815 (comment) +#. Documentation/learning/fundamental.itely:1991 (comment) +msgid "make note heads larger" +msgstr "" + +#. Documentation/learning/fundamental.itely:1818 (comment) +#. Documentation/learning/fundamental.itely:1993 (comment) +msgid "return to default size" +msgstr "" + +#. Documentation/learning/fundamental.itely:2282 (variable) +#. Documentation/learning/fundamental.itely:2570 (variable) +#. Documentation/notation/input.itely:1133 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:74 (variable) +msgid "sopranoMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2289 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:75 (variable) +msgid "sopranoLyrics" +msgstr "" + +#. Documentation/learning/fundamental.itely:2293 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:87 (variable) +msgid "celloMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2574 (variable) +msgid "sopranoWords" +msgstr "" + +#. Documentation/learning/fundamental.itely:2577 (variable) +#. Documentation/notation/input.itely:1134 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:76 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:66 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:75 (variable) +msgid "altoMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2581 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:79 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:69 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:78 (variable) +msgid "altoWords" +msgstr "" + +#. Documentation/learning/fundamental.itely:2582 (variable) +#. Documentation/notation/input.itely:1135 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:80 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:83 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:73 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:82 (variable) +msgid "tenorMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2586 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:86 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:76 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:85 (variable) +msgid "tenorWords" +msgstr "" + +#. Documentation/learning/fundamental.itely:2587 (variable) +#. Documentation/notation/input.itely:1136 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:88 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:90 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:80 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:89 (variable) +msgid "bassMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2591 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:93 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:83 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:92 (variable) +msgid "bassWords" +msgstr "" + +#. Documentation/learning/fundamental.itely:2608 (comment) +msgid "combine ChoirStaff and PianoStaff in parallel" +msgstr "" + +#. Documentation/learning/fundamental.itely:2610 (context id) +#. Documentation/learning/fundamental.itely:2612 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:102 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:90 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:100 (context id) +msgid "sopranos" +msgstr "" + +#. Documentation/learning/fundamental.itely:2620 (context id) +#. Documentation/learning/fundamental.itely:2622 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:103 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:91 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:104 (context id) +msgid "altos" +msgstr "" + +#. Documentation/learning/fundamental.itely:2630 (context id) +#. Documentation/learning/fundamental.itely:2632 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:109 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:101 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:113 (context id) +msgid "tenors" +msgstr "" + +#. Documentation/learning/fundamental.itely:2640 (context id) +#. Documentation/learning/fundamental.itely:2642 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:110 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:102 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:117 (context id) +msgid "basses" +msgstr "" + +#. Documentation/learning/fundamental.itely:2650 (comment) +msgid "end ChoirStaff" +msgstr "" + +#. Documentation/learning/fundamental.itely:2902 (variable) +msgid "ManualOneVoiceOneMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2906 (variable) +msgid "ManualOneVoiceTwoMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2910 (variable) +msgid "ManualTwoMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2914 (variable) +msgid "PedalOrganMusic" +msgstr "" + +#. Documentation/learning/fundamental.itely:2920 (comment) +msgid "PianoStaff and Pedal Staff must be simultaneous" +msgstr "" + +#. Documentation/learning/fundamental.itely:2922 (context id) +msgid "ManualOne" +msgstr "" + +#. Documentation/learning/fundamental.itely:2923 (comment) +msgid "set key and time signature" +msgstr "" + +#. Documentation/learning/fundamental.itely:2933 (comment) +msgid "end ManualOne Staff context" +msgstr "" + +#. Documentation/learning/fundamental.itely:2934 (context id) +msgid "ManualTwo" +msgstr "" + +#. Documentation/learning/fundamental.itely:2943 (comment) +msgid "end ManualTwo Staff context" +msgstr "" + +#. Documentation/learning/fundamental.itely:2944 (comment) +msgid "end PianoStaff context" +msgstr "" + +#. Documentation/learning/fundamental.itely:2945 (context id) +msgid "PedalOrgan" +msgstr "" + +#. Documentation/learning/fundamental.itely:2951 (comment) +msgid "end PedalOrgan Staff context" +msgstr "" + +#. Documentation/learning/fundamental.itely:2953 (comment) +msgid "end Score context" +msgstr "" + +#. Documentation/learning/fundamental.itely:2969 (variable) +msgid "hornNotes" +msgstr "" + +#. Documentation/learning/fundamental.itely:2981 (variable) +msgid "fragmentA" +msgstr "" + +#. Documentation/learning/fundamental.itely:2982 (variable) +msgid "fragmentB" +msgstr "" + +#. Documentation/learning/fundamental.itely:3001 (variable) +msgid "dolce" +msgstr "" + +#. Documentation/learning/fundamental.itely:3004 (variable) +msgid "fthenp" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @chapter in Documentation/learning/fundamental.itely +msgid "Fundamental concepts" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @section in Documentation/learning/fundamental.itely +msgid "How LilyPond input files work" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Introduction to the LilyPond file structure" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Score is a (single) compound musical expression" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Nesting music expressions" +msgstr "" + +#. @rglos in Documentation/learning/fundamental.itely +#. @rglos in Documentation/learning/tweaks.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ossia" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "On the un-nestedness of brackets and ties" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @section in Documentation/learning/fundamental.itely +msgid "Voices contain music" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "I'm hearing Voices" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Explicitly instantiating voices" +msgstr "" + +#. @subsubheading in Documentation/learning/fundamental.itely +msgid "Note columns" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Voices and vocals" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @section in Documentation/learning/fundamental.itely +msgid "Contexts and engravers" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Contexts explained" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Creating contexts" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Engravers explained" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Modifying context properties" +msgstr "" + +#. @subsubheading in Documentation/learning/fundamental.itely +msgid "Setting context properties with @code{\\\\with}" +msgstr "" + +#. @subsubheading in Documentation/learning/fundamental.itely +msgid "Setting context properties with @code{\\\\context}" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Adding and removing engravers" +msgstr "" + +#. @subsubheading in Documentation/learning/fundamental.itely +msgid "Changing a single context" +msgstr "" + +#. @rglos in Documentation/learning/fundamental.itely +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ambitus" +msgstr "" + +#. @subsubheading in Documentation/learning/fundamental.itely +msgid "Changing all contexts of the same type" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @section in Documentation/learning/fundamental.itely +msgid "Extending the templates" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Soprano and cello" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Four-part SATB vocal score" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Building a score from scratch" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Saving typing with variables and functions" +msgstr "" + +#. @node in Documentation/learning/fundamental.itely +#. @subsection in Documentation/learning/fundamental.itely +msgid "Scores and parts" +msgstr "" + +#. Documentation/learning/tweaks.itely:602 (comment) +#. Documentation/learning/tweaks.itely:740 (comment) +msgid "Increase thickness of all following slurs from 1.2 to 5.0" +msgstr "" + +#. Documentation/learning/tweaks.itely:672 (comment) +#. Documentation/learning/tweaks.itely:712 (comment) +#. Documentation/learning/tweaks.itely:715 (comment) +msgid "Increase thickness of immediately following slur only" +msgstr "" + +#. Documentation/learning/tweaks.itely:744 (comment) +msgid "Revert thickness of all following slurs to default of 1.2" +msgstr "" + +#. Documentation/learning/tweaks.itely:1421 (comment) +msgid "Don't print clefs in this staff" +msgstr "" + +#. Documentation/learning/tweaks.itely:1423 (comment) +msgid "Don't print time signatures in this staff" +msgstr "" + +#. Documentation/learning/tweaks.itely:1487 (comment) +msgid "Reduce all font sizes by ~24%" +msgstr "" + +#. Documentation/learning/tweaks.itely:1554 (comment) +msgid "Reduce stem length and line spacing to match" +msgstr "" + +#. Documentation/learning/tweaks.itely:1998 (comment) +#. Documentation/learning/tweaks.itely:2067 (comment) +msgid "Set details for later Text Spanner" +msgstr "" + +#. Documentation/learning/tweaks.itely:2001 (comment) +#. Documentation/learning/tweaks.itely:2070 (comment) +msgid "Place dynamics above staff" +msgstr "" + +#. Documentation/learning/tweaks.itely:2003 (comment) +#. Documentation/learning/tweaks.itely:2074 (comment) +msgid "Start Ottava Bracket" +msgstr "" + +#. Documentation/learning/tweaks.itely:2006 (comment) +msgid "Add Dynamic Text and hairpin" +msgstr "" + +#. Documentation/learning/tweaks.itely:2009 (comment) +#. Documentation/learning/tweaks.itely:2081 (comment) +msgid "Add Text Script" +msgstr "" + +#. Documentation/learning/tweaks.itely:2012 (comment) +msgid "Add Dynamic Text and terminate hairpin" +msgstr "" + +#. Documentation/learning/tweaks.itely:2014 (comment) +#. Documentation/learning/tweaks.itely:2086 (comment) +msgid "Stop Ottava Bracket" +msgstr "" + +#. Documentation/learning/tweaks.itely:2072 (comment) +msgid "Place following Ottava Bracket below Text Spanners" +msgstr "" + +#. Documentation/learning/tweaks.itely:2077 (comment) +#. Documentation/learning/tweaks.itely:2084 (comment) +msgid "Add Dynamic Text" +msgstr "" + +#. Documentation/learning/tweaks.itely:2079 (comment) +msgid "Add Dynamic Line Spanner" +msgstr "" + +#. Documentation/learning/tweaks.itely:2161 (comment) +msgid "Cause notes to space out to accommodate text" +msgstr "" + +#. Documentation/learning/tweaks.itely:2184 (comment) +msgid "This markup is short enough to fit without collision" +msgstr "" + +#. Documentation/learning/tweaks.itely:2188 (comment) +msgid "This is too long to fit, so it is displaced upwards" +msgstr "" + +#. Documentation/learning/tweaks.itely:2192 (comment) +#. Documentation/learning/tweaks.itely:2197 (comment) +msgid "Turn off collision avoidance" +msgstr "" + +#. Documentation/learning/tweaks.itely:2199 (comment) +msgid "and turn on textLengthOn" +msgstr "" + +#. Documentation/learning/tweaks.itely:2200 (comment) +msgid "Spaces at end are honored" +msgstr "" + +#. Documentation/learning/tweaks.itely:2307 (comment) +msgid "Extend width by 1 staff space" +msgstr "" + +#. Documentation/learning/tweaks.itely:2587 (comment) +msgid "This will not work, see below" +msgstr "这个不工作,见下" + +#. Documentation/learning/tweaks.itely:2591 (comment) +msgid "This works" +msgstr "这个工作" + +#. Documentation/learning/tweaks.itely:2627 (variable) +msgid "sesquisharp" +msgstr "" + +#. Documentation/learning/tweaks.itely:2630 (comment) +msgid "This prints a sesquisharp but the spacing is too small" +msgstr "" + +#. Documentation/learning/tweaks.itely:2635 (comment) +msgid "This improves the spacing" +msgstr "" + +#. Documentation/learning/tweaks.itely:2675 (comment) +msgid "Extend width by 1 unit" +msgstr "" + +#. Documentation/learning/tweaks.itely:2677 (comment) +msgid "Align dynamics to a base line 2 units above staff" +msgstr "" + +#. Documentation/learning/tweaks.itely:3003 (variable) +#. Documentation/learning/tweaks.itely:3060 (variable) +#. Documentation/learning/tweaks.itely:3130 (variable) +#. Documentation/learning/tweaks.itely:3283 (variable) +#. Documentation/learning/tweaks.itely:3352 (variable) +msgid "rhMusic" +msgstr "" + +#. Documentation/learning/tweaks.itely:3009 (comment) +#. Documentation/learning/tweaks.itely:3066 (comment) +#. Documentation/learning/tweaks.itely:3138 (comment) +#. Documentation/learning/tweaks.itely:3293 (comment) +#. Documentation/learning/tweaks.itely:3362 (comment) +msgid "Start polyphonic section of four voices" +msgstr "" + +#. Documentation/learning/tweaks.itely:3011 (comment) +#. Documentation/learning/tweaks.itely:3025 (comment) +#. Documentation/learning/tweaks.itely:3068 (comment) +#. Documentation/learning/tweaks.itely:3082 (comment) +#. Documentation/learning/tweaks.itely:3140 (comment) +#. Documentation/learning/tweaks.itely:3154 (comment) +#. Documentation/learning/tweaks.itely:3295 (comment) +#. Documentation/learning/tweaks.itely:3313 (comment) +#. Documentation/learning/tweaks.itely:3364 (comment) +#. Documentation/learning/tweaks.itely:3390 (comment) +msgid "continuation of main voice" +msgstr "" + +#. Documentation/learning/tweaks.itely:3029 (variable) +#. Documentation/learning/tweaks.itely:3086 (variable) +#. Documentation/learning/tweaks.itely:3158 (variable) +#. Documentation/learning/tweaks.itely:3317 (variable) +#. Documentation/learning/tweaks.itely:3394 (variable) +msgid "lhMusic" +msgstr "" + +#. Documentation/learning/tweaks.itely:3038 (context id) +#. Documentation/learning/tweaks.itely:3095 (context id) +#. Documentation/learning/tweaks.itely:3167 (context id) +#. Documentation/learning/tweaks.itely:3326 (context id) +#. Documentation/learning/tweaks.itely:3403 (context id) +#. Documentation/notation/input.itely:1154 (context id) +#. Documentation/snippets/repeats-headword.ly:30 (context id) +#. Documentation/snippets/simultaneous-headword.ly:60 (comment) +msgid "RH" +msgstr "" + +#. Documentation/learning/tweaks.itely:3042 (context id) +#. Documentation/learning/tweaks.itely:3099 (context id) +#. Documentation/learning/tweaks.itely:3171 (context id) +#. Documentation/learning/tweaks.itely:3330 (context id) +#. Documentation/learning/tweaks.itely:3407 (context id) +#. Documentation/notation/input.itely:1160 (context id) +#. Documentation/snippets/repeats-headword.ly:92 (context id) +#. Documentation/snippets/text-headword.ly:137 (comment) +msgid "LH" +msgstr "" + +#. Documentation/learning/tweaks.itely:3298 (comment) +#. Documentation/learning/tweaks.itely:3370 (comment) +msgid "Move the c2 out of the main note column so the merge will work" +msgstr "" + +#. Documentation/learning/tweaks.itely:3303 (comment) +#. Documentation/learning/tweaks.itely:3377 (comment) +msgid "Stem on the d2 must be down to permit merging" +msgstr "" + +#. Documentation/learning/tweaks.itely:3368 (comment) +msgid "Reposition the c2 to the right of the merged note" +msgstr "" + +#. Documentation/learning/tweaks.itely:3379 (comment) +msgid "Stem on the d2 should be invisible" +msgstr "" + +#. Documentation/learning/tweaks.itely:3514 (comment) +#. Documentation/learning/tweaks.itely:3536 (comment) +msgid "Visible tempo marking" +msgstr "" + +#. Documentation/learning/tweaks.itely:3518 (comment) +#. Documentation/learning/tweaks.itely:3540 (comment) +msgid "Invisible tempo marking to lengthen fermata in MIDI" +msgstr "" + +#. Documentation/learning/tweaks.itely:3521 (comment) +#. Documentation/learning/tweaks.itely:3543 (comment) +msgid "New tempo for next section" +msgstr "" + +#. Documentation/learning/tweaks.itely:3604 (variable) +msgid "emphasize" +msgstr "" + +#. Documentation/learning/tweaks.itely:3609 (variable) +msgid "normal" +msgstr "" + +#. Documentation/learning/tweaks.itely:3616 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:42 (variable) +#. Documentation/snippets/hymn-template.ly:58 (variable) +msgid "SopranoMusic" +msgstr "" + +#. Documentation/learning/tweaks.itely:3641 (context id) +#. Documentation/notation/input.itely:1139 (context id) +#. Documentation/snippets/anglican-psalm-template.ly:83 (context id) +#. Documentation/snippets/chords-headword.ly:49 (variable) +#. Documentation/snippets/hymn-template.ly:88 (context id) +msgid "Soprano" +msgstr "" + +#. Documentation/learning/tweaks.itely:3672 (variable) +msgid "mpdolce" +msgstr "" + +#. Documentation/learning/tweaks.itely:3679 (variable) +msgid "inst" +msgstr "" + +#. Documentation/learning/tweaks.itely:4184 (comment) +msgid "Arrange to obtain color from color-notehead procedure" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @chapter in Documentation/learning/tweaks.itely +msgid "Tweaking output" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @section in Documentation/learning/tweaks.itely +msgid "Tweaking basics" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Introduction to tweaks" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Objects and interfaces" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Naming conventions of objects and properties" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Tweaking methods" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @section in Documentation/learning/tweaks.itely +msgid "The Internals Reference manual" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Properties of layout objects" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Finding the context" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Overriding once only" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Reverting" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Properties found in interfaces" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Specifying the context in lyric mode" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Types of properties" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @section in Documentation/learning/tweaks.itely +msgid "Appearance of objects" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Visibility and color of objects" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "stencil" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "break-visibility" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "transparent" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "color" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Size of objects" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Length and thickness of objects" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @section in Documentation/learning/tweaks.itely +msgid "Placement of objects" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Automatic behavior" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Within-staff objects" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/learning/tweaks.itely +msgid "Fingering" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Outside-staff objects" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "\\\\textLengthOn" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Grob sizing" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @section in Documentation/learning/tweaks.itely +msgid "Collisions of objects" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Moving objects" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Fixing overlapping notation" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "padding property" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "right-padding" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "staff-padding property" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "self-alignment-X property" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "staff-position property" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "extra-offset property" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "positions property" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "force-hshift property" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Real music example" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @section in Documentation/learning/tweaks.itely +msgid "Further tweaking" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Other uses for tweaks" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Tying notes across voices" +msgstr "" + +#. @subheading in Documentation/learning/tweaks.itely +msgid "Simulating a fermata in MIDI" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Using variables for tweaks" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Style sheets" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Other sources of information" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Avoiding tweaks with slower processing" +msgstr "" + +#. @node in Documentation/learning/tweaks.itely +#. @subsection in Documentation/learning/tweaks.itely +msgid "Advanced tweaks with Scheme" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendix in Documentation/learning/templates.itely +msgid "Templates" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +msgid "Single staff" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Notes only" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Notes and lyrics" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Notes and chords" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Notes, lyrics, and chords." +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +msgid "Piano templates" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Solo piano" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Piano and melody with lyrics" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Piano centered lyrics" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Piano centered dynamics" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "String quartet" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "String quartet parts" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +msgid "Vocal ensembles" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "SATB vocal score" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "SATB vocal score and automatic piano reduction" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "SATB with aligned contexts" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "SATB on four staves" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Solo verse and two-part refrain" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Hymn tunes" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Psalms" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +msgid "Orchestral templates" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Orchestra, choir and piano" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +msgid "Ancient notation templates" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Transcription of mensural music" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Gregorian transcription template" +msgstr "" + +#. @node in Documentation/learning/templates.itely +#. @appendixsec in Documentation/learning/templates.itely +msgid "Other templates" +msgstr "" + +#. @appendixsubsec in Documentation/learning/templates.itely +msgid "Jazz combo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @chapter in Documentation/music-glossary.tely +msgid "Musical terms A-Z" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/notation/changing-defaults.itely:453 (context id) +#. Documentation/notation/changing-defaults.itely:459 (context id) +#. Documentation/notation/changing-defaults.itely:467 (context id) +#. Documentation/notation/changing-defaults.itely:469 (context id) +msgid "A" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "a due" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "accelerando" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "accent" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "accessory" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "adagio" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "al niente" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "alla breve" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "allegro" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "alteration" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/jazz-combo-template.ly:113 (variable) +#. Documentation/snippets/satb-choir-template---four-staves.ly:69 (context id) +msgid "alto" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "alto clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ancient minor scale" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "andante" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "arpeggio" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ascending interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "augmentation" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "augmented interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "autograph" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/notation/changing-defaults.itely:454 (context id) +#. Documentation/notation/changing-defaults.itely:463 (context id) +#. Documentation/notation/changing-defaults.itely:468 (context id) +msgid "B" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "backfall" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "bar" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "bar line" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "baritone" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "baritone clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:45 (variable) +#. Documentation/snippets/fretted-headword.ly:107 (variable) +#. Documentation/snippets/jazz-combo-template.ly:246 (variable) +#. Documentation/snippets/jazz-combo-template.ly:294 (context id) +#. Documentation/snippets/satb-choir-template---four-staves.ly:83 (context id) +msgid "bass" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "bass clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "beat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "beat repeat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "bind" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "bracket" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "brass" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "breath mark" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "breve" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "C" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "C clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "cadence" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "cadenza" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/breathing-signs.ly:36 (comment) +msgid "caesura" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "canon" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "cent" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "central C" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "chromatic scale" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "chromaticism" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "church mode" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "cluster" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "comma" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "common meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "Common Practice Period" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "common time" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "complement" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "compound interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "compound meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "compound time" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "concert pitch" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "conjunct movement" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "consonance" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "contralto" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "copying music" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "counterpoint" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "countertenor" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "cue-notes" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "custos" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "cut time" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "D" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "da capo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dal niente" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dal segno" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "descending interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "diatonic scale" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "didymic comma" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "diminished interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "diminuendo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "diminution" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "direct" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "disjunct movement" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dissonance" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dissonant interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "divisio" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "doit" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dominant" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dominant ninth chord" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dominant seventh chord" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dorian mode" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "dot (augmentation dot)" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double appoggiatura" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double bar line" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double dotted note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double time signature" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "double trill" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "duple meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "duplet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "E" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ecclesiastical mode" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "eighth note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "eighth rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "elision" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "embellishment" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "engraving" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "enharmonic" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "equal temperament" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "expression mark" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "F" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "F clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "fall" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "feathered beam" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "fermata" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "fifth" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "figured bass" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "flag" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "flageolet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "forefall" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "forte" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "fourth" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "Frenched score" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "Frenched staff" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "Frenched staves" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "fugue" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "functional harmony" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "G" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "G clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "glissando" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "grand staff" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "grave" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "gruppetto" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "H" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "hairpin" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "half rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "harmonic cadence" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "harmonics" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "harmony" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "hemiola" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "homophony" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "hook" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "hymn meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "inversion" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "inverted interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "just intonation" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "key" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "laissez vibrer" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "largo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "leading note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ledger line" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "legato" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "legato curve" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "leger line" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ligature" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "lilypond" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "line" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "loco" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "long appoggiatura" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "longa" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "lyric tie" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "major interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "maxima" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "meantone temperament" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "measure" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "measure repeat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mediant" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "melisma line" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "melodic cadence" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mensural notation" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mensuration sign" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "metronome mark" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "metronomic indication" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mezzo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mezzo-soprano" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "minor interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mixolydian mode" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mode" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "modulation" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "mordent" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "motif" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "motive" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "movement" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "multi-measure rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "neighbor tones" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ninth" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "non-legato" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "note head" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "note names" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "octavation" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "octave mark" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "octave marking" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "octave sign" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ornament" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/flamenco-notation.ly:184 (variable) +#. Documentation/snippets/flamenco-notation.ly:281 (context id) +msgid "part" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "pause" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "pennant" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "percent repeat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "percussion" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "perfect interval" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "phrase" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "pickup" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "pizzicato" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "polymeter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "polymetric" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "polymetric time signature" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "portato" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "power chord" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "presto" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "proportion" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "Pythagorean comma" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "quadruplet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "quality" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "quarter rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "quarter tone" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "quintuplet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "rallentando" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "relative key" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "repeat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly:49 (variable) +#. Documentation/snippets/jazz-combo-template.ly:290 (context id) +msgid "rhythm" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ritardando" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "ritenuto" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "scale degree" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "scordatura" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "score" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "second" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "semibreve" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "semitone" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "seventh" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sextolet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sextuplet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "shake" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "simile" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "simple meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sixteenth note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sixteenth rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sixth" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sixty-fourth note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sixty-fourth rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "slash repeat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "solmization" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sonata" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sonata form" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "song texts" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/satb-choir-template---four-staves.ly:62 (context id) +msgid "soprano" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "staccato" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "staves" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "stem" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "stringendo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "strings" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "strong beat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "subdominant" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "submediant" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "subtonic" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sul G" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "superdominant" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "supertonic" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "symphony" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "syncopation" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "syntonic comma" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "temperament" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +#. Documentation/snippets/satb-choir-template---four-staves.ly:76 (context id) +msgid "tenor" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tenth" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tenuto" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "third" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "thirty-second note" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "thirty-second rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "thorough bass" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "time" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tone" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tonic" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "transposing instrument" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "treble clef" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tremolo" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "triad" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "trill" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "triple meter" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tritone" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tuning fork" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "tuplet" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "turn" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "unison" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "upbeat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "voice" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "volta" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "weak beat" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "whole rest" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "whole tone" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "woodwind" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @chapter in Documentation/music-glossary.tely +msgid "Duration names notes and rests" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @chapter in Documentation/music-glossary.tely +msgid "Non-Western terms A-Z" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "bayati" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "iraq" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "kurd" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "makam" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "makamlar" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "maqam" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "rast" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "semai" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "sikah" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @section in Documentation/music-glossary.tely +msgid "taqasim" +msgstr "" + +#. @node in Documentation/music-glossary.tely +#. @appendix in Documentation/music-glossary.tely +msgid "Literature used" +msgstr "" + +#. @node in Documentation/notation.tely +#. @appendix in Documentation/notation.tely +msgid "LilyPond grammar" +msgstr "" + +#. @node in Documentation/notation.tely +#. @appendix in Documentation/notation.tely +msgid "LilyPond command index" +msgstr "" + +#. @node in Documentation/notation/notation.itely +#. @chapter in Documentation/notation/notation.itely +msgid "Musical notation" +msgstr "" + +#. @node in Documentation/notation/specialist.itely +#. @chapter in Documentation/notation/specialist.itely +msgid "Specialist notation" +msgstr "" + +#. Documentation/notation/input.itely:673 (comment) +msgid "not printed" +msgstr "" + +#. Documentation/notation/input.itely:1137 (variable) +msgid "allLyrics" +msgstr "" + +#. Documentation/notation/input.itely:1223 (variable) +#. Documentation/notation/input.itely:1242 (variable) +#. Documentation/notation/input.itely:1279 (variable) +#. Documentation/notation/input.itely:1294 (variable) +#. Documentation/notation/spacing.itely:1555 (variable) +#. Documentation/notation/spacing.itely:1609 (variable) +#. Documentation/notation/spacing.itely:1634 (variable) +#. Documentation/notation/changing-defaults.itely:458 (variable) +#. Documentation/notation/changing-defaults.itely:493 (context id) +#. Documentation/notation/changing-defaults.itely:543 (context id) +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:31 (variable) +#. Documentation/snippets/controlling-tuplet-bracket-visibility.ly:53 (variable) +#. Documentation/snippets/guitar-slides.ly:43 (variable) +#. Documentation/snippets/letter-tablature-formatting.ly:26 (variable) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:141 (variable) +#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:170 (variable) +#. Documentation/snippets/vertically-aligned-dynamics-and-textscripts.ly:68 (variable) +msgid "music" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @chapter in Documentation/notation/input.itely +msgid "General input and output" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @section in Documentation/notation/input.itely +msgid "Input structure" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Structure of a score" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Multiple scores in a book" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Multiple output files from one input file" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Output file names" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "File structure" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @section in Documentation/notation/input.itely +msgid "Titles and headers" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Creating titles" +msgstr "" + +#. @node in Documentation/notation/input.itely +msgid "Custom headers footers and titles" +msgstr "" + +#. @subsection in Documentation/notation/input.itely +msgid "Custom headers, footers, and titles" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Reference to page numbers" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Table of contents" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @section in Documentation/notation/input.itely +msgid "Working with input files" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Including LilyPond files" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Different editions from one source" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Using variables" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Using tags" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Text encoding" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Displaying LilyPond notation" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @section in Documentation/notation/input.itely +msgid "Controlling output" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Extracting fragments of music" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Skipping corrected music" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Alternative output formats" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Replacing the notation font" +msgstr "" + +#. @subsubheading in Documentation/notation/input.itely +msgid "Installation Instructions for MacOS" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @section in Documentation/notation/input.itely +msgid "MIDI output" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Creating MIDI files" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Instrument names" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "MIDI block" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "What goes into the MIDI output?" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Supported in MIDI" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Unsupported in MIDI" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Repeats in MIDI" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Controlling MIDI dynamics" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Dynamic marks" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Overall MIDI volume" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Equalizing different instruments (i)" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/input.itely +msgid "Equalizing different instruments (ii)" +msgstr "" + +#. @node in Documentation/notation/input.itely +#. @subsection in Documentation/notation/input.itely +msgid "Percussion in MIDI" +msgstr "" + +#. Documentation/notation/spacing.itely:2045 (comment) +msgid "The very low note here needs more room than 'space can" +msgstr "" + +#. Documentation/notation/spacing.itely:2046 (comment) +msgid "provide, so the distance between this staff and the next is" +msgstr "" + +#. Documentation/notation/spacing.itely:2047 (comment) +msgid "determined by 'padding." +msgstr "" + +#. Documentation/notation/spacing.itely:2050 (comment) +msgid "Here, 'space provides enough room, and there is no need to" +msgstr "" + +#. Documentation/notation/spacing.itely:2051 (comment) +msgid "compress the space (towards 'minimum-distance) to make room" +msgstr "" + +#. Documentation/notation/spacing.itely:2052 (comment) +msgid "for anything else on the page, so the distance between this" +msgstr "" + +#. Documentation/notation/spacing.itely:2053 (comment) +msgid "staff and the next is determined by 'space." +msgstr "" + +#. Documentation/notation/spacing.itely:2056 (comment) +msgid "By setting 'padding to a negative value, staves can be made to" +msgstr "" + +#. Documentation/notation/spacing.itely:2057 (comment) +msgid "collide. The lowest acceptable value for 'space is 0." +msgstr "" + +#. Documentation/notation/spacing.itely:2489 (comment) +msgid "this time the text will be closer to the staff" +msgstr "" + +#. Documentation/notation/spacing.itely:2491 (comment) +msgid "by setting outside-staff-priority to a non-number," +msgstr "" + +#. Documentation/notation/spacing.itely:2492 (comment) +msgid "we disable the automatic collision avoidance" +msgstr "" + +#. Documentation/notation/spacing.itely:2495 (comment) +msgid "now they will collide" +msgstr "" + +#. Documentation/notation/spacing.itely:2521 (comment) +msgid "the markup is too close to the following note" +msgstr "" + +#. Documentation/notation/spacing.itely:2525 (comment) +msgid "setting outside-staff-horizontal-padding fixes this" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @chapter in Documentation/notation/spacing.itely +msgid "Spacing issues" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @section in Documentation/notation/spacing.itely +msgid "Page layout" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "The \\\\paper block" +msgstr "" + +#. @subsection in Documentation/notation/spacing.itely +msgid "The @code{\\\\paper} block" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Paper size and automatic scaling" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Setting paper size" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Automatic scaling to paper size" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "Fixed vertical spacing \\\\paper variables" +msgstr "" + +#. @subsection in Documentation/notation/spacing.itely +msgid "Fixed vertical spacing @code{\\\\paper} variables" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "Flexible vertical spacing \\\\paper variables" +msgstr "" + +#. @subsection in Documentation/notation/spacing.itely +msgid "Flexible vertical spacing @code{\\\\paper} variables" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Structure of flexible vertical spacing alists" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "List of flexible vertical spacing \\\\paper variables" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "List of flexible vertical spacing @code{\\\\paper} variables" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "Horizontal spacing \\\\paper variables" +msgstr "" + +#. @subsection in Documentation/notation/spacing.itely +msgid "Horizontal spacing @code{\\\\paper} variables" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "\\\\paper variables for widths and margins" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "@code{\\\\paper} variables for widths and margins" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "\\\\paper variables for two-sided mode" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "@code{\\\\paper} variables for two-sided mode" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "\\\\paper variables for shifts and indents" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "@code{\\\\paper} variables for shifts and indents" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "Other \\\\paper variables" +msgstr "" + +#. @subsection in Documentation/notation/spacing.itely +msgid "Other @code{\\\\paper} variables" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "\\\\paper variables for line breaking" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "@code{\\\\paper} variables for line breaking" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "\\\\paper variables for page breaking" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "@code{\\\\paper} variables for page breaking" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "\\\\paper variables for page numbering" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "@code{\\\\paper} variables for page numbering" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "Miscellaneous \\\\paper variables" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Miscellaneous @code{\\\\paper} variables" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @section in Documentation/notation/spacing.itely +msgid "Score layout" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +msgid "The \\\\layout block" +msgstr "" + +#. @subsection in Documentation/notation/spacing.itely +msgid "The @code{\\\\layout} block" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Setting the staff size" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @section in Documentation/notation/spacing.itely +msgid "Breaks" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Line breaking" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Page breaking" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Optimal page breaking" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Optimal page turning" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Minimal page breaking" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Explicit breaks" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Using an extra voice for breaks" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @section in Documentation/notation/spacing.itely +msgid "Vertical spacing" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Flexible vertical spacing within systems" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Within-system spacing properties" +msgstr "" + +#. @subsubheading in Documentation/notation/spacing.itely +msgid "Properties of the @code{VerticalAxisGroup} grob" +msgstr "" + +#. @subsubheading in Documentation/notation/spacing.itely +msgid "Properties of the @code{StaffGrouper} grob" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Spacing of ungrouped staves" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Spacing of grouped staves" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @unnumberedsubsubsec in Documentation/notation/spacing.itely +msgid "Spacing of non-staff lines" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Explicit staff and system positioning" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Vertical collision avoidance" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @section in Documentation/notation/spacing.itely +msgid "Horizontal spacing" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Horizontal spacing overview" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "New spacing area" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Changing horizontal spacing" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Line length" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Proportional notation" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @section in Documentation/notation/spacing.itely +msgid "Fitting music onto fewer pages" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Displaying spacing" +msgstr "" + +#. @node in Documentation/notation/spacing.itely +#. @subsection in Documentation/notation/spacing.itely +msgid "Changing spacing" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:449 (variable) +msgid "musicA" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:450 (variable) +msgid "musicB" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:451 (variable) +msgid "keepVoicesAlive" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:453 (comment) +msgid "Keep Voice \\\"A\\\" alive for 5 bars" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:454 (comment) +msgid "Keep Voice \\\"B\\\" alive for 5 bars" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:489 (variable) +#. Documentation/notation/changing-defaults.itely:500 (context id) +#. Documentation/notation/changing-defaults.itely:506 (context id) +#. Documentation/notation/changing-defaults.itely:508 (context id) +#. Documentation/notation/changing-defaults.itely:511 (context id) +#. Documentation/notation/changing-defaults.itely:533 (variable) +#. Documentation/notation/changing-defaults.itely:549 (context id) +msgid "accompaniment" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:490 (variable) +#. Documentation/notation/changing-defaults.itely:539 (variable) +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:74 (variable) +msgid "words" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:497 (comment) +msgid "Keep Voice \\\"melody\\\" alive for 4 bars" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:528 (comment) +#. Documentation/notation/changing-defaults.itely:530 (comment) +msgid "skip a bar" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2017 (comment) +msgid "default space between staves" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2023 (comment) +msgid "reduced space between staves" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2025 (comment) +msgid "this is the nested declaration" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2480 (comment) +msgid "increase the length of the tie" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2489 (comment) +msgid "increase the length of the rest bar" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2497 (comment) +msgid "increase the length of the hairpin" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2525 (comment) +msgid "default" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2528 (comment) +#. Documentation/notation/changing-defaults.itely:2541 (comment) +msgid "not effective alone" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2532 (comment) +#. Documentation/notation/changing-defaults.itely:2545 (comment) +msgid "effective only when both overrides are present" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2922 (comment) +msgid "Remove bar line at the end of the current line" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:2968 (comment) +msgid "Try to remove all key signatures" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3392 (comment) +msgid "move horizontally left" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3394 (comment) +msgid "move vertically up" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3395 (comment) +msgid "third finger" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3443 (comment) +#. Documentation/notation/changing-defaults.itely:3482 (comment) +msgid "The rehearsal mark will be centered above the Clef" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3449 (comment) +msgid "The rehearsal mark will be centered above the Time Signature" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3456 (comment) +msgid "The rehearsal mark will be centered above the Breath Mark" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3476 (comment) +msgid "The rehearsal mark will be centered above the Key Signature" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3489 (comment) +msgid "The rehearsal mark will be centered above the Bar Line" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3504 (comment) +msgid "The RehearsalMark will be centered above the Key Signature" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3511 (comment) +#. Documentation/notation/changing-defaults.itely:3527 (comment) +#. Documentation/notation/changing-defaults.itely:3534 (comment) +msgid "" +"The RehearsalMark will be aligned with the left edge of the Key Signature" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3516 (comment) +msgid "" +"The RehearsalMark will be aligned with the right edge of the Key Signature" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3528 (comment) +msgid "and then shifted right by 3.5 staff-spaces" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3535 (comment) +msgid "and then shifted left by 2 staff-spaces" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3583 (variable) +msgid "XinO" +msgstr "" + +#. Documentation/notation/changing-defaults.itely:3825 (variable) +msgid "custosNote" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @chapter in Documentation/notation/changing-defaults.itely +msgid "Changing defaults" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @section in Documentation/notation/changing-defaults.itely +msgid "Interpretation contexts" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Score - the master of all contexts" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Top-level contexts - staff containers" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Intermediate-level contexts - staves" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Bottom-level contexts - voices" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Keeping contexts alive" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Modifying context plug-ins" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Changing context default settings" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Defining new contexts" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Aligning contexts" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @section in Documentation/notation/changing-defaults.itely +msgid "Explaining the Internals Reference" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Navigating the program reference" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Layout interfaces" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Determining the grob property" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Naming conventions" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @section in Documentation/notation/changing-defaults.itely +msgid "Modifying properties" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Overview of modifying properties" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "The set command" +msgstr "" + +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "The @code{@bs{}set} command" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "The override command" +msgstr "" + +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "The @code{\\\\override} command" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "The tweak command" +msgstr "" + +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "The @code{\\\\tweak} command" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "set versus override" +msgstr "" + +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "@code{\\\\set} vs. @code{\\\\override}" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Modifying alists" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @section in Documentation/notation/changing-defaults.itely +msgid "Useful concepts and properties" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Input modes" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Direction and placement" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Context layout order" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Distances and measurements" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Staff symbol properties" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Spanners" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{spanner-interface}" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{line-spanner-interface}" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Visibility of objects" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Removing the stencil" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Making objects transparent" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Painting objects white" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using break-visibility" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Special considerations" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Line styles" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Rotating objects" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Rotating layout objects" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Rotating markup" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @section in Documentation/notation/changing-defaults.itely +msgid "Advanced tweaks" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Aligning objects" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "Setting X-offset and Y-offset directly" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Setting @code{X-offset} and @code{Y-offset} directly" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "Using the side-position-interface" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{side-position-interface}" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "Using the self-alignment-interface" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{self-alignment-interface}" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{aligned-on-parent} procedures" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{centered-on-parent} procedures" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +msgid "Using the break-alignable-interface" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Using the @code{break-alignable-interface}" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Vertical grouping of grobs" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Modifying stencils" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Modifying shapes" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @unnumberedsubsubsec in Documentation/notation/changing-defaults.itely +msgid "Modifying ties and slurs" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @section in Documentation/notation/changing-defaults.itely +msgid "Using music functions" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Substitution function syntax" +msgstr "" + +#. @node in Documentation/notation/changing-defaults.itely +#. @subsection in Documentation/notation/changing-defaults.itely +msgid "Substitution function examples" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendix in Documentation/notation/notation-appendices.itely +msgid "Notation manual tables" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Chord name chart" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Common chord modifiers" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Predefined fretboard diagrams" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "MIDI instruments" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "List of colors" +msgstr "" + +#. @subsubheading in Documentation/notation/notation-appendices.itely +msgid "Normal colors" +msgstr "" + +#. @subsubheading in Documentation/notation/notation-appendices.itely +msgid "X color names" +msgstr "" + +#. @subsubheading in Documentation/notation/notation-appendices.itely +msgid "Color Names without a numerical suffix:" +msgstr "" + +#. @subsubheading in Documentation/notation/notation-appendices.itely +msgid "Color names with a numerical suffix" +msgstr "" + +#. @subsubheading in Documentation/notation/notation-appendices.itely +msgid "Grey Scale" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "The Feta font" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Clef glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Time Signature glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Number glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Accidental glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Default Notehead glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Special Notehead glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Shape-note Notehead glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Rest glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Flag glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Dot glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Dynamic glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Script glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Arrowhead glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Bracket-tip glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Pedal glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Accordion glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Vaticana glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Medicaea glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Hufnagel glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Mensural glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Neomensural glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Petrucci glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Solesmes glyphs" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Note head styles" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Text markup commands" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Text markup list commands" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "List of articulations" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Articulation scripts" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Ornament scripts" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Fermata scripts" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Instrument-specific scripts" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Repeat sign scripts" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "Ancient scripts" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Percussion notes" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Technical glossary" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "alist" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "callback" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "closure" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "glyph" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "grob" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "immutable" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "interface" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "lexer" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "mutable" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "output-def" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "parser" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "parser variable" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "prob" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "simple closure" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @unnumberedsubsec in Documentation/notation/notation-appendices.itely +msgid "smob" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "All context properties" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Layout properties" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Available music functions" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Predefined type predicates" +msgstr "" + +#. @node in Documentation/notation/notation-appendices.itely +#. @appendixsec in Documentation/notation/notation-appendices.itely +msgid "Scheme functions" +msgstr "" + +#. @node in Documentation/notation/cheatsheet.itely +#. @appendix in Documentation/notation/cheatsheet.itely +msgid "Cheat sheet" +msgstr "" + +#. @unnumberedsec in Documentation/snippets.tely +#. @node in Documentation/snippets.tely +#. @unnumberedsec in Documentation/snippets.tely +msgid "\\\\TEXT\\\\" +msgstr "" + +#. @node in Documentation/usage/running.itely +msgid "Running lilypond" +msgstr "" + +#. @chapter in Documentation/usage/running.itely +msgid "Running @command{lilypond}" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @section in Documentation/usage/running.itely +msgid "Normal usage" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @section in Documentation/usage/running.itely +msgid "Command-line usage" +msgstr "" + +#. @node in Documentation/usage/running.itely +msgid "Invoking lilypond" +msgstr "" + +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Invoking @command{lilypond}" +msgstr "" + +#. @unnumberedsubsubsec in Documentation/usage/running.itely +msgid "Standard shell commands" +msgstr "" + +#. @node in Documentation/usage/running.itely +msgid "Command line options for lilypond" +msgstr "" + +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Command line options for @command{lilypond}" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Environment variables" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "LilyPond in chroot jail" +msgstr "" + +#. @subheading in Documentation/usage/running.itely +msgid "Example script for 32-bit Ubuntu 8.04" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @section in Documentation/usage/running.itely +msgid "Error messages" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @section in Documentation/usage/running.itely +msgid "Common errors" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Music runs off the page" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "An extra staff appears" +msgstr "" + +#. @node in Documentation/usage/running.itely +msgid "Apparent error in ../ly/init.ly" +msgstr "" + +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Apparent error in @code{../ly/init.ly}" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Error message Unbound variable %" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Error message FT_Get_Glyph_Name" +msgstr "" + +#. @node in Documentation/usage/running.itely +#. @unnumberedsubsec in Documentation/usage/running.itely +msgid "Warning staff affinities should only decrease" +msgstr "" + +#. @node in Documentation/usage/updating.itely +msgid "Updating files with convert-ly" +msgstr "" + +#. @chapter in Documentation/usage/updating.itely +msgid "Updating files with @command{convert-ly}" +msgstr "" + +#. @node in Documentation/usage/updating.itely +#. @section in Documentation/usage/updating.itely +msgid "Why does the syntax change?" +msgstr "" + +#. @node in Documentation/usage/updating.itely +msgid "Invoking convert-ly" +msgstr "" + +#. @section in Documentation/usage/updating.itely +msgid "Invoking @command{convert-ly}" +msgstr "" + +#. @node in Documentation/usage/updating.itely +msgid "Command line options for convert-ly" +msgstr "" + +#. @section in Documentation/usage/updating.itely +msgid "Command line options for @command{convert-ly}" +msgstr "" + +#. @node in Documentation/usage/updating.itely +msgid "Problems running convert-ly" +msgstr "" + +#. @section in Documentation/usage/updating.itely +msgid "Problems running @code{convert-ly}" +msgstr "" + +#. @node in Documentation/usage/updating.itely +#. @section in Documentation/usage/updating.itely +msgid "Manual conversions" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +msgid "lilypond-book" +msgstr "" + +#. @chapter in Documentation/usage/lilypond-book.itely +msgid "Running @command{lilypond-book}" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @section in Documentation/usage/lilypond-book.itely +msgid "An example of a musicological document" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Input" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Processing" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Output" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @section in Documentation/usage/lilypond-book.itely +msgid "Integrating music and text" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @subsection in Documentation/usage/lilypond-book.itely +msgid "LaTeX" +msgstr "" + +#. @subsection in Documentation/usage/lilypond-book.itely +#. @subsubheading in Documentation/usage/lilypond-book.itely +msgid "@LaTeX{}" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @subsection in Documentation/usage/lilypond-book.itely +#. @subsubheading in Documentation/usage/lilypond-book.itely +#. @subsection in Documentation/usage/lilypond-book.itely +msgid "Texinfo" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @subsection in Documentation/usage/lilypond-book.itely +msgid "HTML" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @subsection in Documentation/usage/lilypond-book.itely +msgid "DocBook" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Common conventions" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Including a LilyPond file" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Including LilyPond code" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Processing the DocBook document" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @section in Documentation/usage/lilypond-book.itely +msgid "Music fragment options" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +msgid "Invoking lilypond-book" +msgstr "" + +#. @section in Documentation/usage/lilypond-book.itely +msgid "Invoking @command{lilypond-book}" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Format-specific instructions" +msgstr "" + +#. @subheading in Documentation/usage/lilypond-book.itely +msgid "Command line options" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @section in Documentation/usage/lilypond-book.itely +msgid "Filename extensions" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @section in Documentation/usage/lilypond-book.itely +msgid "lilypond-book templates" +msgstr "" + +#. @subsection in Documentation/usage/lilypond-book.itely +msgid "html" +msgstr "" + +#. @subsection in Documentation/usage/lilypond-book.itely +msgid "xelatex" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +#. @section in Documentation/usage/lilypond-book.itely +msgid "Sharing the table of contents" +msgstr "" + +#. @subsubheading in Documentation/usage/lilypond-book.itely +msgid "Exporting the ToC from LilyPond" +msgstr "" + +#. @subsubheading in Documentation/usage/lilypond-book.itely +msgid "Importing the ToC into LaTeX" +msgstr "" + +#. @node in Documentation/usage/lilypond-book.itely +msgid "Alternate methods of mixing text and music" +msgstr "" + +#. @section in Documentation/usage/lilypond-book.itely +msgid "Alternative methods of mixing text and music" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @chapter in Documentation/usage/external.itely +msgid "External programs" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @section in Documentation/usage/external.itely +msgid "Point and click" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @section in Documentation/usage/external.itely +msgid "Text editor support" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @unnumberedsubsec in Documentation/usage/external.itely +msgid "Emacs mode" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @unnumberedsubsec in Documentation/usage/external.itely +msgid "Vim mode" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @unnumberedsubsec in Documentation/usage/external.itely +msgid "Other editors" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @section in Documentation/usage/external.itely +msgid "Converting from other formats" +msgstr "" + +#. @node in Documentation/usage/external.itely +msgid "Invoking midi2ly" +msgstr "" + +#. @subsection in Documentation/usage/external.itely +msgid "Invoking @command{midi2ly}" +msgstr "" + +#. @node in Documentation/usage/external.itely +msgid "Invoking musicxml2ly" +msgstr "" + +#. @subsection in Documentation/usage/external.itely +msgid "Invoking @code{musicxml2ly}" +msgstr "" + +#. @node in Documentation/usage/external.itely +msgid "Invoking abc2ly" +msgstr "" + +#. @subsection in Documentation/usage/external.itely +msgid "Invoking @code{abc2ly}" +msgstr "" + +#. @node in Documentation/usage/external.itely +msgid "Invoking etf2ly" +msgstr "" + +#. @subsection in Documentation/usage/external.itely +msgid "Invoking @command{etf2ly}" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @subsection in Documentation/usage/external.itely +msgid "Other formats" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @section in Documentation/usage/external.itely +msgid "LilyPond output in other programs" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @unnumberedsubsec in Documentation/usage/external.itely +msgid "Many quotes from a large score" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @unnumberedsubsec in Documentation/usage/external.itely +msgid "Inserting LilyPond output into OpenOffice.org" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @unnumberedsubsec in Documentation/usage/external.itely +msgid "Inserting LilyPond output into other programs" +msgstr "" + +#. @node in Documentation/usage/external.itely +msgid "Independent includes" +msgstr "" + +#. @section in Documentation/usage/external.itely +msgid "Independent @code{include}s" +msgstr "" + +#. @node in Documentation/usage/external.itely +#. @subsection in Documentation/usage/external.itely +msgid "MIDI articulation" +msgstr "" + +#. @node in Documentation/usage/suggestions.itely +#. @chapter in Documentation/usage/suggestions.itely +msgid "Suggestions for writing files" +msgstr "" + +#. @node in Documentation/usage/suggestions.itely +#. @section in Documentation/usage/suggestions.itely +msgid "General suggestions" +msgstr "" + +#. @node in Documentation/usage/suggestions.itely +#. @section in Documentation/usage/suggestions.itely +msgid "Typesetting existing music" +msgstr "" + +#. @node in Documentation/usage/suggestions.itely +#. @section in Documentation/usage/suggestions.itely +msgid "Large projects" +msgstr "" + +#. @node in Documentation/usage/suggestions.itely +#. @section in Documentation/usage/suggestions.itely +msgid "Troubleshooting" +msgstr "" + +#. @node in Documentation/usage/suggestions.itely +#. @section in Documentation/usage/suggestions.itely +msgid "Make and Makefiles" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:38 (variable) +msgid "discant" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:41 (variable) +#. Documentation/snippets/anglican-psalm-template.ly:66 (variable) +msgid "dot" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:47 (comment) +msgid "16 voets register" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:48 (variable) +msgid "accBasson" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:54 (comment) +msgid "een korig 8 en 16 voets register" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:55 (variable) +msgid "accBandon" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:63 (variable) +msgid "accVCello" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:73 (comment) +msgid "4-8-16 voets register" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:74 (variable) +msgid "accHarmon" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:84 (variable) +msgid "accTrombon" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:96 (comment) +msgid "eenkorig 4 en 16 voets register" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:97 (variable) +msgid "accOrgan" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:105 (variable) +msgid "accMaster" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:119 (variable) +msgid "accAccord" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:131 (variable) +msgid "accMusette" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:141 (variable) +msgid "accCeleste" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:149 (variable) +msgid "accOboe" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:157 (variable) +msgid "accClarin" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:163 (variable) +msgid "accPiccolo" +msgstr "" + +#. Documentation/snippets/accordion-discant-symbols.ly:169 (variable) +msgid "accViolin" +msgstr "" + +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:50 (variable) +msgid "continuo" +msgstr "" + +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:62 (context id) +#. Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly:63 (context id) +msgid "bassStaff" +msgstr "" + +#. Documentation/snippets/adding-drum-parts.ly:50 (variable) +msgid "drh" +msgstr "" + +#. Documentation/snippets/adding-drum-parts.ly:51 (variable) +msgid "drl" +msgstr "" + +#. Documentation/snippets/adding-drum-parts.ly:52 (variable) +msgid "timb" +msgstr "" + +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:35 (variable) +#. Documentation/snippets/jazz-combo-template.ly:220 (context id) +#. Documentation/snippets/jazz-combo-template.ly:229 (context id) +msgid "two" +msgstr "" + +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:36 (variable) +msgid "threeTwo" +msgstr "" + +#. Documentation/snippets/adding-fingerings-to-tablatures.ly:43 (variable) +msgid "threeFour" +msgstr "" + +#. Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly:36 (variable) +msgid "splitStaffBarLineMarkup" +msgstr "" + +#. Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly:42 (variable) +msgid "splitStaffBarLine" +msgstr "" + +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:48 (variable) +msgid "cueWhile" +msgstr "" + +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:61 (variable) +msgid "flute" +msgstr "" + +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:67 (variable) +msgid "clarinet" +msgstr "" + +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:76 (variable) +msgid "pianoRH" +msgstr "" + +#. Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly:81 (variable) +msgid "pianoLH" +msgstr "" + +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:33 (comment) +msgid "first, define a variable to hold the formatted date:" +msgstr "" + +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:34 (variable) +msgid "date" +msgstr "" + +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:34 (comment) +msgid "d-%m-%Y\\\" (localtime (current-time)))" +msgstr "" + +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:36 (comment) +msgid "use it in the title block:" +msgstr "" + +#. Documentation/snippets/adding-the-current-date-to-a-score.ly:47 (comment) +msgid "and use it in a \\markup block:" +msgstr "" + +#. Documentation/snippets/additional-voices-to-avoid-collisions.ly:52 (variable) +msgid "voiceFive" +msgstr "" + +#. Documentation/snippets/adjusting-grace-note-spacing.ly:26 (variable) +msgid "graceNotes" +msgstr "" + +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:35 (comment) +msgid "Default layout:" +msgstr "" + +#. Documentation/snippets/adjusting-lyrics-vertical-spacing.ly:44 (comment) +msgid "Reducing the minimum space below the staff and above the lyrics:" +msgstr "" + +#. Documentation/snippets/aligning-bar-numbers.ly:61 (comment) +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:47 (comment) +msgid "Increase the size of the bar number by 2" +msgstr "" + +#. Documentation/snippets/aligning-bar-numbers.ly:63 (comment) +#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:59 (comment) +msgid "Print a bar number every second measure" +msgstr "" + +#. Documentation/snippets/aligning-bar-numbers.ly:66 (comment) +msgid "Center-align bar numbers" +msgstr "" + +#. Documentation/snippets/aligning-bar-numbers.ly:69 (comment) +msgid "Left-align bar numbers" +msgstr "" + +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:90 (comment) +msgid "the RehearsalMark will be centered above the Clef" +msgstr "" + +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:97 (comment) +msgid "the RehearsalMark will be centered above the TimeSignature" +msgstr "" + +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:105 (comment) +msgid "the RehearsalMark will be centered above the KeySignature" +msgstr "" + +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:116 (comment) +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:128 (comment) +msgid "" +"the RehearsalMark will be aligned with the left edge of the KeySignature" +msgstr "" + +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:122 (comment) +msgid "" +"the RehearsalMark will be aligned with the right edge of the KeySignature" +msgstr "" + +#. Documentation/snippets/aligning-marks-with-various-notation-objects.ly:129 (comment) +msgid "and then shifted right by one unit." +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:37 (variable) +#. Documentation/snippets/ancient-fonts.ly:37 (context id) +msgid "upperStaff" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:49 (comment) +msgid "\\break % 1 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:60 (comment) +msgid "\\break %2 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:72 (comment) +msgid "\\break % 3 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:87 (comment) +msgid "\\break % 4 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:96 (comment) +#. Documentation/snippets/ancient-fonts.ly:158 (comment) +msgid "\\break % 5 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:110 (comment) +#. Documentation/snippets/ancient-fonts.ly:173 (comment) +msgid "\\break % 6 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:119 (comment) +#. Documentation/snippets/ancient-fonts.ly:183 (comment) +msgid "\\break % 7 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:126 (comment) +msgid "\\break % 8 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:129 (comment) +msgid "\\break % 12 (32*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:134 (variable) +#. Documentation/snippets/ancient-fonts.ly:134 (context id) +msgid "lowerStaff" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:144 (comment) +msgid "\\break % 2 (16*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:149 (comment) +msgid "\\break % 4 (16*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:188 (comment) +msgid "\\break % 9 (16*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:190 (comment) +msgid "lig" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:194 (comment) +msgid "\\break % 11 (16*1)" +msgstr "" + +#. Documentation/snippets/ancient-fonts.ly:205 (comment) +msgid "\\break % 12 (8*1)" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:34 (context id) +msgid "cantus" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:36 (comment) +msgid "Verse 1 — Salve, Regína" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:47 (comment) +msgid "Verse 2 — Vita, dulcédo" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:48 (comment) +msgid "a\\melisma \\[ a \\flexa g \\pes a\\melismaEnd \\] d" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:49 (comment) +msgid "\\divisioMinima" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:50 (comment) +msgid "\\[ a\\melisma \\flexa g\\melismaEnd \\]" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:51 (comment) +msgid "\\[ f\\melisma \\flexa e f \\pes g \\flexa f\\melismaEnd \\]" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:52 (comment) +msgid "\\[ e\\melisma \\flexa d\\melismaEnd \\]" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:53 (comment) +msgid "\\divisioMaior" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:54 (comment) +msgid "c d \\[e\\melisma \\pes f\\melismaEnd \\] g" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:55 (comment) +msgid "\\[d\\melisma \\pes e \\flexa c\\melismaEnd \\] d" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:56 (comment) +msgid "\\finalis" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:57 (comment) +msgid "Verse 3 — Ad te clamámus" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:66 (comment) +msgid "Verse 4 — Ad te suspirámus" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:79 (comment) +msgid "Verse 5 — Eia ergo, Advocáta nostra" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:95 (comment) +msgid "Verse 6 — Et Jesum" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:109 (comment) +msgid "Verse 7 ad finem — O clemens: O pia: O dulcis Virgo María" +msgstr "" + +#. Documentation/snippets/ancient-headword.ly:127 (comment) +msgid "Vi- ta, dul- cé- do, et spes no- stra, sal- ve." +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:53 (variable) +msgid "chant" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly:60 (variable) +msgid "verba" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:69 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:116 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:135 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:152 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:171 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:186 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:207 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:220 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:239 (comment) +#. Documentation/snippets/incipit.ly:25 (variable) +#. Documentation/snippets/incipit.ly:201 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:215 (comment) +msgid "incipit" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:71 (comment) +msgid "tight spacing" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:78 (comment) +msgid "turn off bar lines" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:82 (comment) +msgid "need this extra \\skip such that clef change comes" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:83 (comment) +msgid "after bar line" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:87 (comment) +msgid "CHECK: no effect?" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:88 (comment) +msgid "turn bar lines on again" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:96 (comment) +msgid "FIXME: setting printKeyCancellation back to #t must not" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:97 (comment) +msgid "occur in the first bar after the incipit. Dto. for forceClef." +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:98 (comment) +msgid "Therefore, we need an extra \\skip." +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:103 (comment) +#. Documentation/snippets/incipit.ly:75 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:38 (comment) +msgid "the actual music" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:105 (comment) +#. Documentation/snippets/incipit.ly:78 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:39 (comment) +msgid "let finis bar go through all staves" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:108 (comment) +#. Documentation/snippets/incipit.ly:81 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:41 (comment) +msgid "finis bar" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:112 (variable) +#. Documentation/snippets/incipit.ly:98 (variable) +#. Documentation/snippets/incipit.ly:232 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:45 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:234 (context id) +msgid "discantusNotes" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:118 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:155 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:161 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:175 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:189 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:191 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:200 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:211 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:223 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:71 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:81 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:94 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:101 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:136 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:162 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:188 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:190 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:217 (comment) +msgid "two bars" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:119 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:222 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:137 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:216 (comment) +msgid "eight bars" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:120 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:154 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:157 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:190 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:192 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:193 (comment) +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:224 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:161 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:189 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:191 (comment) +msgid "one bar" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:134 (variable) +#. Documentation/snippets/incipit.ly:112 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:58 (variable) +msgid "discantusLyrics" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:148 (variable) +#. Documentation/snippets/incipit.ly:135 (variable) +#. Documentation/snippets/incipit.ly:239 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:68 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:241 (context id) +msgid "altusNotes" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:156 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:163 (comment) +msgid "seven bars" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:170 (variable) +#. Documentation/snippets/incipit.ly:149 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:80 (variable) +msgid "altusLyrics" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:182 (variable) +#. Documentation/snippets/incipit.ly:173 (variable) +#. Documentation/snippets/incipit.ly:246 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:88 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:248 (context id) +msgid "tenorNotes" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:188 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:187 (comment) +msgid "four bars" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:206 (variable) +#. Documentation/snippets/incipit.ly:187 (variable) +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:81 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:100 (variable) +msgid "tenorLyrics" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:216 (variable) +#. Documentation/snippets/incipit.ly:209 (variable) +#. Documentation/snippets/incipit.ly:253 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:106 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:255 (context id) +msgid "bassusNotes" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:238 (variable) +#. Documentation/snippets/incipit.ly:223 (variable) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:119 (variable) +msgid "bassusLyrics" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:249 (context id) +#. Documentation/snippets/incipit.ly:231 (context id) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:233 (context id) +msgid "choirStaff" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:271 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:269 (comment) +msgid "no bars in staves" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:274 (comment) +msgid "incipit should not start with a start delimiter" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:280 (comment) +#. Documentation/snippets/incipit.ly:276 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:284 (comment) +msgid "no slurs" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:283 (comment) +#. Documentation/snippets/incipit.ly:278 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:286 (comment) +msgid "Comment in the below \\\"\\remove\\\" command to allow line" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:284 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:287 (comment) +msgid "breaking also at those barlines where a note overlaps" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:285 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:288 (comment) +msgid "into the next bar. The command is commented out in this" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:286 (comment) +#. Documentation/snippets/incipit.ly:281 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:289 (comment) +msgid "short example score, but especially for large scores, you" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:287 (comment) +#. Documentation/snippets/incipit.ly:282 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:290 (comment) +msgid "will typically yield better line breaking and thus improve" +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:288 (comment) +#. Documentation/snippets/incipit.ly:283 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:291 (comment) +msgid "overall spacing if you comment in the following command." +msgstr "" + +#. Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly:289 (comment) +#. Documentation/snippets/incipit.ly:284 (comment) +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:292 (comment) +msgid "\\remove \\\"Forbid_line_break_engraver\\\"" +msgstr "" + +#. Documentation/snippets/anglican-psalm-template.ly:70 (variable) +msgid "tick" +msgstr "" + +#. Documentation/snippets/anglican-psalm-template.ly:74 (comment) +msgid "Use markup to center the chant on the page" +msgstr "" + +#. Documentation/snippets/anglican-psalm-template.ly:77 (comment) +msgid "centered" +msgstr "" + +#. Documentation/snippets/anglican-psalm-template.ly:117 (comment) +#. Documentation/snippets/hymn-template.ly:115 (comment) +msgid "End score" +msgstr "" + +#. Documentation/snippets/anglican-psalm-template.ly:119 (comment) +msgid "End markup" +msgstr "" + +#. Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly:98 (variable) +#. Documentation/snippets/clusters.ly:25 (variable) +msgid "fragment" +msgstr "" + +#. Documentation/snippets/asymmetric-slurs.ly:27 (variable) +msgid "slurNotes" +msgstr "" + +#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:40 (comment) +msgid "Default behavior" +msgstr "" + +#. Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly:46 (comment) +msgid "Corrected to avoid collisions" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:23 (comment) +msgid "%%%%%%% Cut here ----- Start 'bbarred.ly'" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:25 (comment) +msgid "PostScript -------------------------------" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:26 (variable) +msgid "pScript" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:33 (comment) +msgid "change with B if you prefer" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:34 (comment) +#, python-format +msgid "(B)show %%change with C if you prefer" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:40 (comment) +msgid "Span -----------------------------------" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:41 (comment) +msgid "Syntax: \\bbarre #\\\"text\\\" { notes } - text = any number of box" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:42 (variable) +msgid "bbarre" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:77 (comment) +msgid "uncomment this line for make full barred" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:78 (comment) +msgid "" +"\\once \\override TextSpanner #'bound-details #'left #'text = \\markup { \\" +"\"B\\\" $str }" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:82 (comment) +msgid "%%%%%%% Cut here ----- End 'bbarred.ly'" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:83 (comment) +msgid "Copy and change the last line for full barred. Rename in 'fbarred.ly'" +msgstr "" + +#. Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly:86 (comment) +msgid "Syntaxe: \\bbarre #\\\"text\\\" { notes } - text = any number of box" +msgstr "" + +#. Documentation/snippets/beam-endings-in-score-context.ly:51 (comment) +msgid "Set default beaming for all staves" +msgstr "" + +#. Documentation/snippets/beam-endings-in-score-context.ly:59 (comment) +msgid "Modify beaming for just this staff" +msgstr "" + +#. Documentation/snippets/beam-endings-in-score-context.ly:64 (comment) +msgid "Inherit beaming from Score context" +msgstr "" + +#. Documentation/snippets/beam-endings-in-score-context.ly:70 (comment) +msgid "Modify beaming for this voice only" +msgstr "" + +#. Documentation/snippets/beam-grouping-in-7-8-time.ly:54 (comment) +msgid "rhythm 2-3-2" +msgstr "" + +#. Documentation/snippets/book-parts.ly:22 (comment) +msgid "book paper, which is inherited by all children bookparts" +msgstr "" + +#. Documentation/snippets/book-parts.ly:25 (comment) +msgid "Page footer: add a different part-tagline at part last page" +msgstr "" + +#. Documentation/snippets/book-parts.ly:29 (comment) +msgid "Copyright header field only on book first page." +msgstr "" + +#. Documentation/snippets/book-parts.ly:33 (comment) +msgid "Part tagline header field only on each part last page." +msgstr "" + +#. Documentation/snippets/book-parts.ly:37 (comment) +msgid "Tagline header field only on book last page." +msgstr "" + +#. Documentation/snippets/book-parts.ly:44 (comment) +msgid "book header, which is inherited by the first bookpart" +msgstr "" + +#. Documentation/snippets/book-parts.ly:53 (comment) +msgid "a different page breaking function may be used on each part" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:20 (comment) +msgid "this bar contains no \\breathe" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:22 (comment) +msgid "Modern notation:" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:23 (comment) +msgid "by default, \\breathe uses the rcomma, just as if saying:" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:24 (comment) +msgid "" +"\\override BreathingSign #'text = #(make-musicglyph-markup \\\"scripts.rcomma" +"\\\")" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:27 (comment) +msgid "rvarcomma and lvarcomma are variations of the default rcomma and lcomma" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:28 (comment) +msgid "N.B.: must use Staff context here, since we start a Voice below" +msgstr "" + +#. Documentation/snippets/breathing-signs.ly:32 (comment) +msgid "vee" +msgstr "" + +#. Documentation/snippets/caesura-railtracks-with-fermata.ly:30 (comment) +msgid "construct the symbol" +msgstr "" + +#. Documentation/snippets/caesura-railtracks-with-fermata.ly:39 (comment) +msgid "set the breathe mark back to normal" +msgstr "" + +#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:29 (variable) +msgid "hairpinWithCenteredText" +msgstr "" + +#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:41 (variable) +msgid "hairpinMolto" +msgstr "" + +#. Documentation/snippets/center-text-below-hairpin-dynamics.ly:42 (variable) +msgid "hairpinMore" +msgstr "" + +#. Documentation/snippets/changing--flageolet-mark-size.ly:44 (variable) +#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:24 (variable) +msgid "smallFlageolet" +msgstr "" + +#. Documentation/snippets/changing-the-ambitus-gap.ly:42 (comment) +msgid "Default setting" +msgstr "" + +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:36 (comment) +msgid "The following is only here to print the names of the" +msgstr "" + +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:37 (comment) +msgid "chords styles; it can be removed if you do not need to" +msgstr "" + +#. Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly:38 (comment) +msgid "print them." +msgstr "" + +#. Documentation/snippets/changing-the-default-text-font-family.ly:18 (comment) +msgid "change for other default global staff size." +msgstr "" + +#. Documentation/snippets/changing-the-default-text-font-family.ly:20 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:182 (comment) +#. Documentation/snippets/score-for-diatonic-accordion.ly:111 (comment) +#. Documentation/snippets/utf-8.ly:24 (comment) +msgid "{" +msgstr "" + +#. Documentation/snippets/changing-the-default-text-font-family.ly:24 (comment) +#. Documentation/snippets/engravers-one-by-one.ly:184 (comment) +#. Documentation/snippets/expressive-headword.ly:32 (comment) +#. Documentation/snippets/expressive-headword.ly:33 (comment) +#. Documentation/snippets/score-for-diatonic-accordion.ly:112 (comment) +#. Documentation/snippets/score-for-diatonic-accordion.ly:242 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:206 (comment) +#. Documentation/snippets/utf-8.ly:38 (comment) +msgid "}" +msgstr "" + +#. Documentation/snippets/changing-the-text-for-sustain-markings.ly:32 (variable) +msgid "sustainNotes" +msgstr "" + +#. Documentation/snippets/chant-or-psalms-notation.ly:35 (variable) +msgid "stemOn" +msgstr "" + +#. Documentation/snippets/chant-or-psalms-notation.ly:36 (variable) +msgid "stemOff" +msgstr "" + +#. Documentation/snippets/chord-name-exceptions.ly:35 (comment) +msgid "modify maj9 and 6(add9)" +msgstr "" + +#. Documentation/snippets/chord-name-exceptions.ly:36 (comment) +msgid "Exception music is chords with markups" +msgstr "" + +#. Documentation/snippets/chord-name-exceptions.ly:37 (variable) +msgid "chExceptionMusic" +msgstr "" + +#. Documentation/snippets/chord-name-exceptions.ly:42 (comment) +msgid "Convert music to list and prepend to existing exceptions." +msgstr "" + +#. Documentation/snippets/chord-name-exceptions.ly:43 (variable) +msgid "chExceptions" +msgstr "" + +#. Documentation/snippets/chord-name-exceptions.ly:47 (variable) +msgid "theMusic" +msgstr "" + +#. Documentation/snippets/chordchanges-for-fretboards.ly:36 (variable) +msgid "myChords" +msgstr "" + +#. Documentation/snippets/chords-headword.ly:29 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:36 (variable) +msgid "theChords" +msgstr "" + +#. Documentation/snippets/chords-headword.ly:31 (comment) +#. Documentation/snippets/pitches-headword.ly:141 (comment) +msgid "\\break" +msgstr "" + +#. Documentation/snippets/chords-headword.ly:35 (variable) +msgid "verseOne" +msgstr "" + +#. Documentation/snippets/chords-headword.ly:42 (variable) +msgid "verseTwo" +msgstr "" + +#. Documentation/snippets/chords-headword.ly:81 (context id) +msgid "sop" +msgstr "" + +#. Documentation/snippets/clip-systems.ly:65 (variable) +msgid "origScore" +msgstr "" + +#. Documentation/snippets/clip-systems.ly:83 (comment) +msgid "Each clip-region is a (START . END) pair" +msgstr "" + +#. Documentation/snippets/clip-systems.ly:84 (comment) +msgid "where both are rhythmic-locations." +msgstr "" + +#. Documentation/snippets/clip-systems.ly:86 (comment) +msgid "(make-rhythmic-locations BAR-NUMBER NUM DEN)" +msgstr "" + +#. Documentation/snippets/clip-systems.ly:87 (comment) +msgid "means NUM/DEN whole-notes into bar numbered BAR-NUMBER" +msgstr "" + +#. Documentation/snippets/coloring-notes-depending-on-their-pitch.ly:18 (comment) +msgid "Association list of pitches to colors." +msgstr "" + +#. Documentation/snippets/coloring-notes-depending-on-their-pitch.ly:38 (comment) +msgid "Compare pitch and alteration (not octave)." +msgstr "" + +#. Documentation/snippets/combining-dynamics-with-markup-texts.ly:27 (variable) +msgid "piuF" +msgstr "" + +#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:94 (variable) +msgid "musicUp" +msgstr "" + +#. Documentation/snippets/combining-two-parts-on-the-same-staff.ly:101 (variable) +msgid "musicDown" +msgstr "" + +#. Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly:52 (comment) +msgid "show hairpin" +msgstr "" + +#. Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly:54 (comment) +msgid "hide text span" +msgstr "" + +#. Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly:58 (comment) +msgid "show glissando" +msgstr "" + +#. Documentation/snippets/creating-real-parenthesized-dynamics.ly:45 (variable) +msgid "parenF" +msgstr "" + +#. Documentation/snippets/creating-simultaneous-rehearsal-marks.ly:44 (comment) +msgid "the hidden measure and bar line" +msgstr "" + +#. Documentation/snippets/creating-simultaneous-rehearsal-marks.ly:45 (comment) +msgid "\\cadenzaOn turns off automatic calculation of bar numbers" +msgstr "" + +#. Documentation/snippets/cross-staff-tremolos.ly:44 (context id) +#. Documentation/snippets/jazz-combo-template.ly:256 (variable) +#. Documentation/snippets/screech-boink.ly:15 (context id) +msgid "up" +msgstr "" + +#. Documentation/snippets/cross-staff-tremolos.ly:49 (context id) +#. Documentation/snippets/jazz-combo-template.ly:262 (variable) +#. Documentation/snippets/screech-boink.ly:45 (context id) +msgid "down" +msgstr "" + +#. Documentation/snippets/customizing-fretboard-fret-diagrams.ly:55 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:58 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:27 (comment) +msgid "Set global properties of fret diagram" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:56 (context id) +#. Documentation/snippets/formatting-lyrics-syllables.ly:22 (variable) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:25 (context id) +#. Documentation/snippets/piano-template-with-melody-and-lyrics.ly:78 (context id) +msgid "mel" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:65 (comment) +msgid "C major for guitar, no barre, using defaults" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:66 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:116 (comment) +msgid "terse style" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:69 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:91 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:56 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:77 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:156 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:177 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:255 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:276 (comment) +msgid "C major for guitar, barred on third fret" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:70 (comment) +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:92 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:57 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:79 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:106 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:157 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:179 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:206 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:256 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:278 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:305 (comment) +msgid "verbose style" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:71 (comment) +msgid "size 1.0" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:72 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:58 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:158 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:257 (comment) +msgid "roman fret label, finger labels below string, straight barre" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:74 (comment) +msgid "standard size" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:93 (comment) +msgid "landscape orientation, arabic numbers, M for mute string" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:94 (comment) +msgid "no barre, fret label down or left, small mute label font" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:115 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:128 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:228 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:327 (comment) +msgid "simple D chord" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:117 (comment) +msgid "larger dots, centered dots, fewer frets" +msgstr "" + +#. Documentation/snippets/customizing-markup-fret-diagrams.ly:118 (comment) +msgid "label below string" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:39 (comment) +msgid "Grob utilities" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:41 (comment) +msgid "" +"These are literal rewrites of some C++ methods used by the ambitus engraver." +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:76 (comment) +msgid "Ambitus data structure" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:79 (comment) +msgid "The class holds the various grobs that are created" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:80 (comment) +msgid "to print an ambitus:" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:81 (comment) +msgid "- ambitus-group: the grob that groups all the components of an ambitus" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:82 (comment) +msgid "(Ambitus grob);" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:83 (comment) +msgid "- ambitus-line: the vertical line between the upper and lower ambitus" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:84 (comment) +msgid "notes (AmbitusLine grob);" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:85 (comment) +msgid "- ambitus-up-note and ambitus-down-note: the note head and accidental" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:86 (comment) +msgid "for the lower and upper note of the ambitus (see class" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:87 (comment) +msgid "below)." +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:88 (comment) +msgid "The other slots define the key and clef context of the engraver:" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:89 (comment) +msgid "- start-c0: position of middle c at the beginning of the piece. It" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:90 (comment) +msgid "is used to place the ambitus notes according to their pitch;" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:91 (comment) +msgid "- start-key-sig: the key signature at the beginning of the piece. It" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:92 (comment) +msgid "is used to determine if accidentals shall be printed next to ambitus" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:93 (comment) +msgid "notes." +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:107 (comment) +msgid "Accessor for the lower and upper note data of an ambitus" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:115 (comment) +msgid "The class holds the grobs that are specific to ambitus" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:116 (comment) +msgid "(lower and upper) notes:" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:117 (comment) +msgid "- head: an AmbitusNoteHead grob;" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:118 (comment) +msgid "- accidental: an AmbitusAccidental grob, to be possibly printed next" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:119 (comment) +msgid "to the ambitus note head." +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:120 (comment) +msgid "Moreover:" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:121 (comment) +msgid "- pitch is the absolute pitch of the note" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:122 (comment) +msgid "- cause is the note event that causes this ambitus note, i.e. the lower" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:123 (comment) +msgid "or upper note of the considered music sequence." +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:136 (comment) +msgid "Ambitus engraving logics" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:138 (comment) +msgid "Rewrite of the code from @file{lily/ambitus-engraver.cc}." +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:307 (comment) +msgid "Ambitus engraver definition" +msgstr "" + +#. Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly:332 (comment) +msgid "Example" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:84 (comment) +msgid "add FretBoards for the Cuatro" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:85 (comment) +msgid "Note: This section could be put into a separate file" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:86 (comment) +msgid "predefined-cuatro-fretboards.ly" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:87 (comment) +msgid "and \\included into each of your compositions" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:89 (variable) +msgid "cuatroTuning" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:91 (variable) +msgid "dSix" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:92 (variable) +msgid "dMajor" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:93 (variable) +msgid "aMajSeven" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:94 (variable) +msgid "dMajSeven" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:95 (variable) +msgid "gMajor" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:113 (comment) +msgid "end of potential include file /predefined-cuatro-fretboards.ly" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:118 (variable) +msgid "primerosNames" +msgstr "" + +#. Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly:122 (variable) +msgid "primeros" +msgstr "" + +#. Documentation/snippets/demo-midiinstruments.ly:24 (variable) +msgid "baseMelody" +msgstr "" + +#. Documentation/snippets/display-bracket-with-only-one-staff-in-a-system.ly:73 (comment) +msgid "Must be lower than the actual number of staff lines" +msgstr "" + +#. Documentation/snippets/displaying-complex-chords.ly:26 (variable) +msgid "fixA" +msgstr "" + +#. Documentation/snippets/displaying-complex-chords.ly:29 (variable) +msgid "fixB" +msgstr "" + +#. Documentation/snippets/displaying-grob-ancestry.ly:197 (comment) +msgid "\\\" (make-string 36 #\\-))" +msgstr "" + +#. Documentation/snippets/double-glissando.ly:21 (comment) +msgid "new voice ( = \\voiceOne), hidden" +msgstr "" + +#. Documentation/snippets/double-glissando.ly:23 (comment) +msgid "attach glissando to note heads" +msgstr "" + +#. Documentation/snippets/double-glissando.ly:28 (comment) +msgid "original voice with chords rearranged so that" +msgstr "" + +#. Documentation/snippets/double-glissando.ly:29 (comment) +msgid "glissando is attached to a & c" +msgstr "" + +#. Documentation/snippets/drawing-circles-around-note-heads.ly:16 (variable) +msgid "circle" +msgstr "" + +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:54 (comment) +msgid "" +"Two functions for (de)crescendo spanners where you can explicitly give the" +msgstr "" + +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:55 (comment) +msgid "spanner text." +msgstr "" + +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:56 (variable) +msgid "mycresc" +msgstr "" + +#. Documentation/snippets/dynamics-custom-text-spanner-postfix.ly:62 (variable) +msgid "mydecresc" +msgstr "" + +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:61 (comment) +msgid "Some sample text dynamic spanners, to be used as postfix operators" +msgstr "" + +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:62 (variable) +msgid "crpoco" +msgstr "" + +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:67 (comment) +msgid "" +"Redefine the existing \\cresc, \\dim and \\decresc commands to use postfix " +"syntax" +msgstr "" + +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:68 (variable) +msgid "cresc" +msgstr "" + +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:73 (variable) +msgid "dim" +msgstr "" + +#. Documentation/snippets/dynamics-text-spanner-postfix.ly:78 (variable) +msgid "decresc" +msgstr "" + +#. Documentation/snippets/editorial-headword.ly:30 (comment) +msgid "NR 1.7 Editorial annotations" +msgstr "" + +#. Documentation/snippets/editorial-headword.ly:32 (comment) +msgid "Beethoven, Op. 31, No. 3" +msgstr "" + +#. Documentation/snippets/editorial-headword.ly:33 (comment) +msgid "Piano sonata 18, Movt II, Scherzo" +msgstr "" + +#. Documentation/snippets/editorial-headword.ly:34 (comment) +msgid "Measures 9 - 14" +msgstr "" + +#. Documentation/snippets/editorial-headword.ly:38 (comment) +#. Documentation/snippets/expressive-headword.ly:37 (comment) +#. Documentation/snippets/pitches-headword.ly:38 (comment) +#. Documentation/snippets/rhythms-headword.ly:39 (comment) +msgid "RH Staff" +msgstr "" + +#. Documentation/snippets/editorial-headword.ly:76 (comment) +#. Documentation/snippets/expressive-headword.ly:169 (comment) +#. Documentation/snippets/pitches-headword.ly:111 (comment) +#. Documentation/snippets/rhythms-headword.ly:128 (comment) +msgid "LH Staff" +msgstr "" + +#. Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly:25 (comment) +msgid "PostScript is a registered trademark of Adobe Systems Inc." +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:70 (comment) +msgid "sample music" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:71 (variable) +msgid "topVoice" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:79 (variable) +msgid "botVoice" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:87 (variable) +msgid "hoom" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:98 (variable) +msgid "pah" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:108 (comment) +msgid "setup for Request->Element conversion. Guru-only" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:111 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:209 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:222 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:278 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:292 (variable) +msgid "MyStaff" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:139 (comment) +msgid "explicitly set instrumentName, so we don't get" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:140 (comment) +msgid "weird effects when doing instrument names for" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:141 (comment) +msgid "piano staves" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:150 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:236 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:249 (variable) +#. Documentation/snippets/engravers-one-by-one.ly:262 (variable) +msgid "MyVoice" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:165 (comment) +msgid "must come before all" +msgstr "" + +#. Documentation/snippets/engravers-one-by-one.ly:175 (comment) +msgid "\\consists \\\"Rest_engraver\\\"" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:23 (comment) +msgid "L. v. Beethoven, Op. 49 no. 1" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:24 (comment) +msgid "Piano sonata 19 - \\\"Leichte Sonate\\\"" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:25 (comment) +msgid "measures 1 - 12" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:27 (comment) +msgid "\\layout {" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:28 (comment) +msgid "\\context {" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:29 (comment) +msgid "\\Score" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:30 (comment) +msgid "\\override SpacingSpanner #'base-shortest-duration =" +msgstr "" + +#. Documentation/snippets/expressive-headword.ly:31 (comment) +msgid "#(ly:make-moment 1 20)" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:31 (comment) +msgid "Arcangelo Corelli, 12 Sonate da Camera, Op. 2" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:32 (comment) +msgid "Sonata II, Allemanda" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:33 (comment) +msgid "measures 1 - 88" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:34 (comment) +msgid "Coded by Neil Puttock; modified by Carl Sorensen" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:36 (variable) +msgid "extendOn" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:37 (variable) +msgid "extendOff" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:45 (context id) +msgid "violinoI" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:63 (context id) +msgid "violinoII" +msgstr "" + +#. Documentation/snippets/figured-bass-headword.ly:81 (context id) +msgid "violone" +msgstr "" + +#. Documentation/snippets/fingering-symbols-for-wind-instruments.ly:34 (variable) +#. Documentation/snippets/recorder-fingering-chart.ly:40 (variable) +msgid "centermarkup" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:94 (comment) +msgid "Cut here ----- Start 'flamenco.ly'" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:96 (comment) +msgid "Text indicators" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:97 (variable) +msgid "abanico" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:98 (variable) +msgid "rasgueaso" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:99 (variable) +msgid "alzapua" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:101 (comment) +msgid "Finger stroke symbols" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:102 (variable) +msgid "strokeUp" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:112 (variable) +msgid "strokeDown" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:122 (comment) +msgid "Golpe symbol" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:123 (variable) +msgid "golpe" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:137 (variable) +msgid "strokeUpGolpe" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:138 (variable) +msgid "iUpGolpe" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:140 (comment) +msgid "Strokes for all fingers" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:141 (variable) +msgid "pUp" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:142 (variable) +msgid "pDown" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:143 (variable) +msgid "iUp" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:144 (variable) +msgid "iDown" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:145 (variable) +msgid "mUp" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:146 (variable) +msgid "mDown" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:147 (variable) +msgid "aUp" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:148 (variable) +msgid "aDown" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:149 (variable) +msgid "xUp" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:150 (variable) +msgid "xDown" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:153 (comment) +msgid "Just handy :)" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:154 (variable) +msgid "tupletOff" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:159 (variable) +msgid "tupletsOff" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:164 (variable) +msgid "tupletsOn" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:169 (variable) +msgid "headsOff" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:175 (variable) +msgid "headsOn" +msgstr "" + +#. Documentation/snippets/flamenco-notation.ly:181 (comment) +msgid "Cut here ----- End 'flamenco.ly'" +msgstr "" + +#. Documentation/snippets/flat-flags-and-beam-nibs.ly:157 (comment) +msgid "Example 1" +msgstr "" + +#. Documentation/snippets/flat-flags-and-beam-nibs.ly:163 (comment) +msgid "Example 2" +msgstr "" + +#. Documentation/snippets/flat-flags-and-beam-nibs.ly:169 (comment) +msgid "Example 3" +msgstr "" + +#. Documentation/snippets/flat-flags-and-beam-nibs.ly:177 (comment) +msgid "Example 4" +msgstr "" + +#. Documentation/snippets/flute-slap-notation.ly:18 (variable) +msgid "slap" +msgstr "" + +#. Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly:20 (variable) +msgid "example" +msgstr "" + +#. Documentation/snippets/formatting-lyrics-syllables.ly:17 (comment) +msgid "" +"Tip taken from http://lists.gnu.org/archive/html/lilypond-user/2007-12/" +"msg00215.html" +msgstr "" + +#. Documentation/snippets/formatting-lyrics-syllables.ly:23 (variable) +msgid "lyr" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:33 (comment) +msgid "A chord for ukulele" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:43 (comment) +msgid "A chord for ukulele, with formatting defined in definition string" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:44 (comment) +msgid "1.2 * size, 4 strings, 4 frets, fingerings below string" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:45 (comment) +msgid "dot radius .35 of fret spacing, dot position 0.55 of fret spacing" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:54 (comment) +msgid "These chords will be in normal orientation" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:60 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:81 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:108 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:160 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:181 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:208 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:259 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:280 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:307 (comment) +#, python-format +msgid "110% of default size" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:78 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:178 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:277 (comment) +msgid "Double barre used to test barre function" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:105 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:205 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:304 (comment) +msgid "C major for guitar, with capo on third fret" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:140 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:239 (comment) +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:338 (comment) +msgid "simple D chord, large top fret thickness" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:152 (comment) +msgid "These chords will be in landscape orientation" +msgstr "" + +#. Documentation/snippets/fret-diagrams-explained-and-developed.ly:251 (comment) +msgid "These chords will be in opposing-landscape orientation" +msgstr "" + +#. Documentation/snippets/fretboards-alternate-tables.ly:49 (comment) +msgid "Make a blank new fretboard table" +msgstr "" + +#. Documentation/snippets/fretboards-alternate-tables.ly:52 (comment) +msgid "Make a new fretboard table as a copy of default-fret-table" +msgstr "" + +#. Documentation/snippets/fretboards-alternate-tables.ly:55 (comment) +msgid "Add a chord to custom-fretboard-table-one" +msgstr "" + +#. Documentation/snippets/fretboards-alternate-tables.ly:61 (comment) +msgid "Add a chord to custom-fretboard-table-two" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:35 (comment) +msgid "shortcuts" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:36 (comment) +msgid "fingering orientations" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:37 (variable) +msgid "sfol" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:38 (variable) +msgid "sfor" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:39 (variable) +msgid "sfod" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:40 (variable) +msgid "sfou" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:42 (comment) +msgid "string number orientations" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:43 (variable) +msgid "ssnol" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:43 (comment) +msgid "(down right up)" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:44 (variable) +msgid "ssnou" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:45 (variable) +msgid "ssnod" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:46 (variable) +msgid "ssnor" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:48 (comment) +msgid "define fingering offset" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:49 (variable) +msgid "FO" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:54 (comment) +msgid "markups" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:55 (variable) +msgid "rit" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:56 (variable) +msgid "dimin" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:57 (variable) +msgid "andantino" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:58 (variable) +msgid "benmarcato" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:59 (variable) +msgid "pdolce" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:61 (comment) +msgid "THE MUSIC %%%" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:73 (comment) +#. Documentation/snippets/fretted-headword.ly:112 (comment) +msgid "m. 1" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:79 (comment) +msgid "m. 2" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:81 (comment) +#. Documentation/snippets/fretted-headword.ly:117 (comment) +msgid "m. 3" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:82 (comment) +#. Documentation/snippets/fretted-headword.ly:119 (comment) +msgid "m. 4" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:86 (comment) +#. Documentation/snippets/fretted-headword.ly:124 (comment) +msgid "m. 5" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:89 (comment) +msgid "end of m. 6" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:92 (comment) +#. Documentation/snippets/fretted-headword.ly:129 (comment) +msgid "m. 7" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:95 (comment) +msgid "beg of m. 8" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:96 (comment) +msgid "end of m. 8" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:98 (comment) +msgid "end of m. 9" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:100 (comment) +#. Documentation/snippets/fretted-headword.ly:136 (comment) +msgid "m. 10" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:102 (comment) +msgid "beg of m. 11" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:104 (comment) +msgid "end of m. 11" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:114 (comment) +msgid "beg m. 2" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:115 (comment) +msgid "end m. 2" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:121 (comment) +msgid "new section starts here in A minor" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:126 (comment) +msgid "beg m. 6" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:127 (comment) +msgid "end m. 6" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:131 (comment) +msgid "m. 8" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:133 (comment) +msgid "beg m. 9" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:134 (comment) +msgid "end m. 9" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:138 (comment) +msgid "m. 11" +msgstr "" + +#. Documentation/snippets/fretted-headword.ly:142 (context id) +#. Documentation/snippets/jazz-combo-template.ly:182 (variable) +#. Documentation/snippets/jazz-combo-template.ly:292 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:60 (context id) +#. Documentation/snippets/polyphony-in-tablature.ly:65 (context id) +msgid "guitar" +msgstr "" + +#. Documentation/snippets/generating-custom-flags.ly:29 (comment) +msgid "Create a flag stencil by looking up the glyph from the font" +msgstr "" + +#. Documentation/snippets/generating-custom-flags.ly:43 (variable) +msgid "snippetexamplenotes" +msgstr "" + +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:53 (comment) +msgid "this moves them up one staff space from the default position" +msgstr "" + +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:71 (comment) +msgid "set up grids" +msgstr "" + +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:73 (comment) +msgid "set the grid interval to one quarter note" +msgstr "" + +#. Documentation/snippets/grid-lines--changing-their-appearance.ly:79 (comment) +msgid "this moves them to the right half a staff space" +msgstr "" + +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:38 (comment) +msgid "hides staff and notes so that only the grid lines are visible" +msgstr "" + +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:45 (comment) +msgid "dummy notes to force regular note spacing" +msgstr "" + +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:61 (comment) +msgid "center grid lines horizontally below note heads" +msgstr "" + +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:68 (comment) +msgid "set line length and positioning:" +msgstr "" + +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:69 (comment) +msgid "two staff spaces above center line on hidden staff" +msgstr "" + +#. Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly:70 (comment) +msgid "to four spaces below center line on visible staff" +msgstr "" + +#. Documentation/snippets/guitar-slides.ly:33 (comment) +msgid "Hide fret number: useful to draw slide into/from a casual point of" +msgstr "" + +#. Documentation/snippets/guitar-slides.ly:34 (comment) +msgid "the fretboard." +msgstr "" + +#. Documentation/snippets/guitar-slides.ly:35 (variable) +msgid "hideFretNumber" +msgstr "" + +#. Documentation/snippets/heavily-customized-polymetric-time-signatures.ly:48 (variable) +msgid "drum" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:56 (comment) +msgid "Solution 1: Using a simple markup with a particular halign value" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:57 (comment) +msgid "Drawback: It's a markup, not a dynamic command, so \\dynamicDown" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:58 (comment) +msgid "etc. will have no effect" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:59 (variable) +msgid "semppMarkup" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:61 (comment) +msgid "Solution 2: Using a dynamic script & shifting with" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:62 (comment) +msgid "\\once \\override ... #'X-offset = .." +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:63 (comment) +msgid "Drawback: \\once \\override needed for every invocation" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:64 (variable) +msgid "semppK" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:71 (comment) +msgid "Solution 3: Padding the dynamic script so the center-alignment" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:72 (comment) +msgid "puts it at the correct position" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:73 (comment) +msgid "" +"Drawback: the padding really reserves the space, nothing else can be there" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:74 (variable) +msgid "semppT" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:82 (comment) +msgid "Solution 4: Dynamic, setting the dimensions of the additional text to 0" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:83 (comment) +msgid "Drawback: To lilypond \\\"sempre\\\" has no extent, so it might put" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:84 (comment) +msgid "other stuff there => collisions" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:85 (comment) +msgid "Drawback: Also, there seems to be some spacing, so it's not exactly the" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:86 (comment) +msgid "same alignment as without the additional text" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:87 (variable) +msgid "semppM" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:96 (comment) +msgid "Solution 5: Dynamic with explicit shifting inside the scheme function" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:97 (variable) +msgid "semppG" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:105 (comment) +msgid "Solution 6: Dynamic with explicit alignment. This has only effect" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:106 (comment) +msgid "if one sets X-offset!" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:107 (comment) +msgid "Drawback: One needs to set DynamicText #'X-offset!" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:108 (comment) +msgid "Drawback: Aligned at the right edge of the additional text," +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:109 (comment) +msgid "not at the center of pp" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:110 (variable) +msgid "semppMII" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:118 (context id) +msgid "s" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:125 (context id) +msgid "sMarkup" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:132 (context id) +msgid "sK" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:143 (context id) +msgid "sT" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:150 (context id) +msgid "sM" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:157 (context id) +msgid "sG" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:164 (context id) +msgid "sMII" +msgstr "" + +#. Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly:168 (comment) +msgid "Setting to ##f (false) gives the same result" +msgstr "" + +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:29 (variable) +#. Documentation/snippets/score-for-diatonic-accordion.ly:62 (variable) +#. Documentation/snippets/showing-chords-at-changes.ly:34 (variable) +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly:60 (variable) +#. Documentation/snippets/single-staff-template-with-notes-and-chords.ly:59 (variable) +msgid "harmonies" +msgstr "" + +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:32 (comment) +msgid "THE FOLLOWING IS THE COMMAND TO MOVE THE CHORD NAME" +msgstr "" + +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:35 (comment) +msgid "THIS LINE IS THE SECOND METHOD" +msgstr "" + +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:45 (comment) +msgid "THE FOLLOWING IS THE COMMAND TO MOVE THE FRET DIAGRAM" +msgstr "" + +#. Documentation/snippets/how-to-change-fret-diagram-position.ly:48 (comment) +msgid "HERE IS THE SECOND METHOD" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:50 (variable) +msgid "Timeline" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:82 (comment) +msgid "Start score" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:84 (comment) +msgid "Start pianostaff" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:85 (comment) +msgid "Start Staff = RH" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:88 (comment) +msgid "Start Voice = \\\"Soprano\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:92 (comment) +msgid "End Voice = \\\"Soprano\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:93 (comment) +msgid "Start Voice = \\\"Alto\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:97 (comment) +msgid "End Voice = \\\"Alto\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:98 (comment) +msgid "End Staff = RH" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:99 (comment) +msgid "Start Staff = LH" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:102 (comment) +msgid "Start Voice = \\\"Tenor\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:106 (comment) +msgid "End Voice = \\\"Tenor\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:107 (comment) +msgid "Start Voice = \\\"Bass\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:111 (comment) +msgid "End Voice = \\\"Bass\\\"" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:112 (comment) +msgid "End Staff = LH" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:113 (comment) +msgid "End pianostaff" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:134 (comment) +msgid "Start paper block" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:135 (comment) +msgid "don't indent first system" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:136 (comment) +msgid "shorten line length to suit music" +msgstr "" + +#. Documentation/snippets/hymn-template.ly:137 (comment) +msgid "End paper block" +msgstr "" + +#. Documentation/snippets/incipit.ly:85 (variable) +#. Documentation/snippets/incipit.ly:86 (context id) +msgid "discantusIncipit" +msgstr "" + +#. Documentation/snippets/incipit.ly:122 (variable) +#. Documentation/snippets/incipit.ly:123 (context id) +msgid "altusIncipit" +msgstr "" + +#. Documentation/snippets/incipit.ly:138 (comment) +#. Documentation/snippets/incipit.ly:150 (comment) +#. Documentation/snippets/incipit.ly:179 (comment) +#. Documentation/snippets/incipit.ly:188 (comment) +msgid "two measures" +msgstr "" + +#. Documentation/snippets/incipit.ly:158 (variable) +#. Documentation/snippets/incipit.ly:159 (context id) +msgid "tenorIncipit" +msgstr "" + +#. Documentation/snippets/incipit.ly:194 (variable) +#. Documentation/snippets/incipit.ly:195 (context id) +msgid "bassusIncipit" +msgstr "" + +#. Documentation/snippets/incipit.ly:265 (comment) +msgid "no bar lines in staves or lyrics" +msgstr "" + +#. Documentation/snippets/incipit.ly:268 (comment) +msgid "the next two instructions keep the lyrics between the bar lines" +msgstr "" + +#. Documentation/snippets/incipit.ly:279 (comment) +msgid "breaking also at those bar lines where a note overlaps" +msgstr "" + +#. Documentation/snippets/incipit.ly:280 (comment) +msgid "into the next measure. The command is commented out in this" +msgstr "" + +#. Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly:17 (variable) +msgid "tuning" +msgstr "" + +#. Documentation/snippets/isolated-percent-repeats.ly:42 (variable) +msgid "makePercent" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:67 (comment) +msgid "#(set-global-staff-size 16)" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:70 (comment) +msgid "Some macros %%%%%%%%%%%%%%%%%%%" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:72 (variable) +msgid "sl" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:76 (variable) +msgid "nsl" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:80 (variable) +msgid "crOn" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:81 (variable) +msgid "crOff" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:83 (comment) +msgid "insert chord name style stuff here." +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:85 (variable) +msgid "jazzChords" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:87 (comment) +msgid "Keys'n'thangs %%%%%%%%%%%%%%%%%" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:91 (variable) +msgid "Key" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:93 (comment) +msgid "############ Horns ############" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:95 (comment) +msgid "------ Trumpet ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:96 (variable) +msgid "trpt" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:100 (variable) +msgid "trpHarmony" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:103 (variable) +#. Documentation/snippets/jazz-combo-template.ly:283 (context id) +#. Documentation/snippets/staff-headword.ly:93 (context id) +#. Documentation/snippets/staff-headword.ly:112 (context id) +msgid "trumpet" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:112 (comment) +msgid "------ Alto Saxophone ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:117 (variable) +msgid "altoHarmony" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:120 (variable) +msgid "altoSax" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:129 (comment) +msgid "------ Baritone Saxophone ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:130 (variable) +msgid "bari" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:138 (variable) +msgid "bariHarmony" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:141 (variable) +msgid "bariSax" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:150 (comment) +msgid "------ Trombone ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:151 (variable) +msgid "tbone" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:155 (variable) +msgid "tboneHarmony" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:158 (variable) +#. Documentation/snippets/jazz-combo-template.ly:287 (context id) +msgid "trombone" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:167 (comment) +msgid "############ Rhythm Section #############" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:169 (comment) +msgid "------ Guitar ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:170 (variable) +msgid "gtr" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:178 (variable) +msgid "gtrHarmony" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:191 (comment) +msgid "------ Piano ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:192 (variable) +msgid "rhUpper" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:197 (variable) +msgid "rhLower" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:203 (variable) +msgid "lhUpper" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:208 (variable) +msgid "lhLower" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:214 (variable) +msgid "PianoRH" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:223 (variable) +msgid "PianoLH" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:241 (comment) +msgid "------ Bass Guitar ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:255 (comment) +msgid "------ Drums ------" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:269 (variable) +msgid "drumContents" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:278 (comment) +#, python-format +msgid "It All Goes Together Here %%%%%%%%%%%%%%%%%%%%%%" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:282 (context id) +msgid "horns" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:284 (context id) +msgid "altosax" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:285 (context id) +msgid "barichords" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:286 (context id) +msgid "barisax" +msgstr "" + +#. Documentation/snippets/jazz-combo-template.ly:291 (context id) +msgid "chords" +msgstr "" + +#. Documentation/snippets/keyboard-headword.ly:24 (comment) +msgid "M. Ravel, Sonatine (1905)" +msgstr "" + +#. Documentation/snippets/keyboard-headword.ly:25 (comment) +msgid "First movement" +msgstr "" + +#. Documentation/snippets/keyboard-headword.ly:34 (variable) +msgid "fermataLong" +msgstr "" + +#. Documentation/snippets/makam-example.ly:55 (comment) +msgid "Initialize makam settings" +msgstr "" + +#. Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly:20 (variable) +msgid "bassfigures" +msgstr "" + +#. Documentation/snippets/manually-controlling-beam-positions.ly:22 (comment) +msgid "from upper staff-line (position 2) to center (position 0)" +msgstr "" + +#. Documentation/snippets/manually-controlling-beam-positions.ly:25 (comment) +msgid "from center to one above center (position 1)" +msgstr "" + +#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:18 (variable) +msgid "speakOn" +msgstr "" + +#. Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly:35 (variable) +msgid "speakOff" +msgstr "" + +#. Documentation/snippets/markup-lines.ly:23 (comment) +msgid "Candide, Voltaire" +msgstr "" + +#. Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly:56 (comment) +msgid "the final bar line is not interrupted" +msgstr "" + +#. Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly:18 (variable) +msgid "normalPos" +msgstr "" + +#. Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly:71 (variable) +msgid "dashPlus" +msgstr "" + +#. Documentation/snippets/modifying-tuplet-bracket-length.ly:24 (comment) +msgid "Set tuplets to be extendable..." +msgstr "" + +#. Documentation/snippets/modifying-tuplet-bracket-length.ly:26 (comment) +msgid "...to cover all items up to the next note" +msgstr "" + +#. Documentation/snippets/modifying-tuplet-bracket-length.ly:30 (comment) +msgid "...or to cover just whitespace" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:60 (comment) +msgid "space for instrumentName" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:61 (comment) +msgid "space for shortInstrumentName" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:64 (variable) +msgid "fluteMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:65 (comment) +msgid "Pitches as written on a manuscript for Clarinet in A" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:66 (comment) +msgid "are transposed to concert pitch." +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:67 (variable) +msgid "clarinetMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:69 (variable) +msgid "trumpetMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:70 (comment) +msgid "Key signature is often omitted for horns" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:71 (variable) +msgid "hornMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:73 (variable) +msgid "percussionMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:76 (variable) +msgid "altoIMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:77 (variable) +msgid "altoIIMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:78 (variable) +msgid "altoILyrics" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:79 (variable) +msgid "altoIILyrics" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:82 (variable) +msgid "pianoRHMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:83 (variable) +msgid "pianoLHMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:84 (variable) +msgid "violinIMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:85 (variable) +msgid "violinIIMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:86 (variable) +msgid "violaMusic" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:95 (comment) +msgid "shortInstrumentName, midiInstrument, etc." +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:96 (comment) +msgid "may be set here as well" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:102 (comment) +msgid "Declare that written Middle C in the music" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:103 (comment) +msgid "to follow sounds a concert B flat, for" +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:104 (comment) +msgid "output using sounded pitches such as MIDI." +msgstr "" + +#. Documentation/snippets/orchestra,-choir-and-piano-template.ly:106 (comment) +msgid "Print music for a B-flat clarinet" +msgstr "" + +#. Documentation/snippets/partcombine-and-autobeamoff.ly:146 (comment) +msgid "\\set Staff.autoBeaming = ##f % turns off all autobeaming" +msgstr "" + +#. Documentation/snippets/partcombine-and-autobeamoff.ly:149 (comment) +msgid "applies to split up stems" +msgstr "" + +#. Documentation/snippets/partcombine-and-autobeamoff.ly:151 (comment) +msgid "\\autoBeamOff % applies to combined up stems" +msgstr "" + +#. Documentation/snippets/partcombine-and-autobeamoff.ly:156 (comment) +msgid "applies to down stems" +msgstr "" + +#. Documentation/snippets/percussion-beaters.ly:19 (variable) +msgid "stick" +msgstr "" + +#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:53 (comment) +msgid "Permit line breaks within tuplets" +msgstr "" + +#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:55 (comment) +msgid "Allow beams to be broken at line breaks" +msgstr "" + +#. Documentation/snippets/permitting-line-breaks-within-beamed-tuplets.ly:62 (comment) +msgid "Insert a manual line break within a tuplet" +msgstr "" + +#. Documentation/snippets/piano-template-with-centered-dynamics.ly:74 (variable) +msgid "pedal" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:32 (comment) +msgid "L. v. Beethoven" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:33 (comment) +msgid "Piano sonata 21 - Dem Grafen von Waldstein Gewidmet" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:34 (comment) +msgid "chorale at measures 34 - 40+" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:41 (comment) +msgid "RH Voice 1" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:69 (comment) +msgid "(" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:74 (comment) +msgid ")" +msgstr "" + +#. Documentation/snippets/pitches-headword.ly:78 (comment) +msgid "RH Voice 2" +msgstr "" + +#. Documentation/snippets/polyphony-in-tablature.ly:59 (context id) +msgid "tab" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:60 (comment) +msgid "MMR - Multi-Measure Rest" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:61 (comment) +msgid "MMRs by default are set under the fourth line" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:63 (comment) +msgid "They can be moved with an override" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:66 (comment) +msgid "A value of 0 is the default position;" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:67 (comment) +msgid "the following trick moves the rest to the center line" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:70 (comment) +msgid "MMRs in odd-numbered voices are under the top line" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:72 (comment) +msgid "MMRs in even-numbered voices are under the bottom line" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:74 (comment) +msgid "They remain separated even in empty measures" +msgstr "" + +#. Documentation/snippets/positioning-multi-measure-rests.ly:76 (comment) +msgid "This brings them together even though there are two voices" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:29 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:50 (comment) +msgid "Set segno sign as rehearsal mark and adjust size if needed" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:30 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:52 (comment) +msgid "\\once \\override Score.RehearsalMark #'font-size = #3" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:36 (comment) +msgid "Set coda sign as rehearsal mark and adjust size if needed" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:43 (comment) +msgid "Should Coda be on anew line?" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:44 (comment) +msgid "Coda NOT on new line: use \\nobreak" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:45 (comment) +msgid "Coda on new line: DON'T use \\nobreak" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:46 (comment) +msgid "\\noBreak" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:55 (comment) +msgid "Here begins the trickery!" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:56 (comment) +msgid "" +"\\cadenzaOn will suppress the bar count and \\stopStaff removes the staff " +"lines." +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:59 (comment) +msgid "Some examples of possible text-displays" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:61 (comment) +msgid "text line-aligned" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:62 (comment) +msgid "==================" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:63 (comment) +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:69 (comment) +msgid "Move text to the desired position" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:64 (comment) +msgid "\\once \\override TextScript #'extra-offset = #'( 2 . -3.5 )" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:65 (comment) +msgid "| s1*0^\\markup { D.S. al Coda } }" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:67 (comment) +msgid "text center-aligned" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:68 (comment) +msgid "====================" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:70 (comment) +msgid "\\once \\override TextScript #'extra-offset = #'( 6 . -5.0 )" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:71 (comment) +msgid "| s1*0^\\markup { \\center-column { D.S. \\\"al Coda\\\" } }" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:73 (comment) +msgid "text and symbols center-aligned" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:74 (comment) +msgid "===============================" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:75 (comment) +msgid "" +"Move text to the desired position and tweak spacing for optimum text " +"alignment" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:76 (comment) +msgid "\\once \\override TextScript #'extra-offset = #'( 8 . -5.5 )" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:82 (comment) +msgid "Increasing the unfold counter will expand the staff-free space" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:87 (comment) +msgid "Resume bar count and show staff lines again" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:91 (comment) +msgid "Should Coda be on new line?" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:92 (comment) +msgid "Coda NOT on new line: DON'T use \\break" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:93 (comment) +msgid "Coda on new line: use \\break" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:96 (comment) +msgid "Show up, you clef and key!" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:100 (comment) +msgid "Set coda sign as rehearsal mark and adjust size and position" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:102 (comment) +msgid "" +"Put the coda sign ontop of the (treble-)clef dependend on coda's line-" +"position" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:104 (comment) +msgid "Coda NOT on new line, use this:" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:105 (comment) +msgid "\\once \\override Score.RehearsalMark #'extra-offset = #'( -2 . 1.75 )" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:107 (comment) +msgid "Coda on new line, use this:" +msgstr "" + +#. Documentation/snippets/positioning-segno-and-coda-with-line-break.ly:113 (comment) +msgid "The coda" +msgstr "" + +#. Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly:57 (comment) +msgid "Permit first bar number to be printed" +msgstr "" + +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:43 (comment) +msgid "Prevent bar numbers at the end of a line and permit them elsewhere" +msgstr "" + +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:50 (comment) +msgid "Draw a box round the following bar number(s)" +msgstr "" + +#. Documentation/snippets/printing-bar-numbers-inside-boxes-or-circles.ly:55 (comment) +msgid "Draw a circle round the following bar number(s)" +msgstr "" + +#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:55 (comment) +msgid "Metronome marks below the staff" +msgstr "" + +#. Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly:60 (comment) +msgid "Rehearsal marks below the staff" +msgstr "" + +#. Documentation/snippets/printing-music-with-different-time-signatures.ly:57 (variable) +msgid "Bassklarinette" +msgstr "" + +#. Documentation/snippets/printing-music-with-different-time-signatures.ly:101 (variable) +msgid "Perkussion" +msgstr "" + +#. Documentation/snippets/putting-lyrics-inside-the-staff.ly:24 (context id) +msgid "voc" +msgstr "" + +#. Documentation/snippets/quoting-another-voice-with-transposition.ly:69 (variable) +msgid "quoteTest" +msgstr "" + +#. Documentation/snippets/quoting-another-voice-with-transposition.ly:70 (comment) +msgid "french horn" +msgstr "" + +#. Documentation/snippets/quoting-another-voice.ly:76 (variable) +msgid "quoteMe" +msgstr "" + +#. Documentation/snippets/quoting-another-voice.ly:81 (variable) +msgid "original" +msgstr "" + +#. Documentation/snippets/recorder-fingering-chart.ly:38 (comment) +msgid "range chart for paetzold contrabass recorder" +msgstr "" + +#. Documentation/snippets/redefining-grace-note-global-defaults.ly:64 (variable) +msgid "startAcciaccaturaMusic" +msgstr "" + +#. Documentation/snippets/redefining-grace-note-global-defaults.ly:70 (variable) +msgid "stopAcciaccaturaMusic" +msgstr "" + +#. Documentation/snippets/removing-the-first-empty-line.ly:81 (comment) +msgid "To use the setting globally, uncomment the following line:" +msgstr "" + +#. Documentation/snippets/removing-the-first-empty-line.ly:82 (comment) +msgid "\\override VerticalAxisGroup #'remove-first = ##t" +msgstr "" + +#. Documentation/snippets/removing-the-first-empty-line.ly:91 (comment) +msgid "To use the setting globally, comment this line," +msgstr "" + +#. Documentation/snippets/removing-the-first-empty-line.ly:92 (comment) +msgid "uncomment the line in the \\layout block above" +msgstr "" + +#. Documentation/snippets/reverting-default-beam-endings.ly:50 (comment) +msgid "Default beaming" +msgstr "" + +#. Documentation/snippets/reverting-default-beam-endings.ly:53 (comment) +msgid "Set new values for beam endings" +msgstr "" + +#. Documentation/snippets/rhythmic-slashes.ly:26 (comment) +msgid "Macro to print single slash" +msgstr "" + +#. Documentation/snippets/rhythmic-slashes.ly:27 (variable) +msgid "rs" +msgstr "" + +#. Documentation/snippets/rhythmic-slashes.ly:34 (comment) +msgid "Function to print a specified number of slashes" +msgstr "" + +#. Documentation/snippets/rhythmic-slashes.ly:35 (variable) +msgid "comp" +msgstr "" + +#. Documentation/snippets/rhythms-headword.ly:23 (comment) +msgid "Beethoven, Op. 81a" +msgstr "" + +#. Documentation/snippets/rhythms-headword.ly:24 (comment) +msgid "Piano sonata 26 - Das Lebewohl" +msgstr "" + +#. Documentation/snippets/rhythms-headword.ly:25 (comment) +msgid "Movt II - Abwesenheit" +msgstr "" + +#. Documentation/snippets/rhythms-headword.ly:26 (comment) +msgid "Measures 31 - 34" +msgstr "" + +#. Documentation/snippets/rhythms-headword.ly:33 (comment) +msgid "\\override SpacingSpanner #'strict-grace-spacing = ##t" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:40 (variable) +msgid "sopranonotes" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:43 (variable) +msgid "sopranowords" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:44 (variable) +msgid "altonotes" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:47 (variable) +msgid "altowords" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:48 (variable) +msgid "tenornotes" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:52 (variable) +msgid "tenorwords" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:53 (variable) +msgid "bassnotes" +msgstr "" + +#. Documentation/snippets/satb-choir-template---four-staves.ly:57 (variable) +msgid "basswords" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:60 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:59 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:73 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:89 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:105 (comment) +msgid "verse" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:70 (variable) +msgid "NoStem" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:71 (variable) +msgid "NoNoteHead" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:72 (variable) +msgid "ZeroBeam" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:74 (variable) +msgid "staffTabLine" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:79 (comment) +msgid "" +"Shows one horizontal line. The vertical line (simulating a bar-line) is " +"simulated with a gridline" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:84 (comment) +msgid "" +"disable the following line to see the the noteheads while writing the song" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:88 (comment) +msgid "The beam between 8th-notes is used to draw the push-line" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:89 (comment) +msgid "How to fast write the push-lines:" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:90 (comment) +msgid "" +"1. write repeatedly 'c c c c c c c c |' for the whole length of the song" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:91 (comment) +msgid "2. uncomment the line \\NoNoteHead" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:92 (comment) +msgid "3. compile" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:93 (comment) +msgid "4. Mark the positions on which push/pull changes." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:94 (comment) +msgid "" +"In the score-picture click on the position the push- or pull-part starts" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:95 (comment) +msgid "(on the noteHead, the cursor will change to a hand-icon)." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:96 (comment) +msgid "The cursor in the source code will jump just at this position." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:97 (comment) +msgid "a) If a push-part starts there, replace the 'c' by an 'e['" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:98 (comment) +msgid "b) If a pull-part starts there, replace the 'c' by an 's'" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:99 (comment) +msgid "5. Switch into 'overwrite-mode' by pressing the 'ins' key." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:100 (comment) +msgid "6. For the pull-parts overwrite the 'c' with 's'" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:101 (comment) +msgid "7. For every push-part replace the last 'c' with 'e]'" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:102 (comment) +msgid "8. Switch into 'insert-mode' again" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:103 (comment) +msgid "" +"9. At last it should look lik e.g. (s s e[ c | c c c c c c c c | c c c c c c " +"e] s s)" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:104 (comment) +msgid "10. re-enable the line \\NoNoteHead" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:114 (comment) +msgid "Accordion melody in tabulator score" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:115 (comment) +msgid "1. Place a copy of the piano melody below" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:116 (comment) +#. Documentation/snippets/score-for-diatonic-accordion.ly:135 (comment) +msgid "" +"2. Separate piano melody into pull- and push-parts according to the " +"staffTabLine you've already made" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:117 (comment) +msgid "" +"3. For each line: Double the line. Remark the 1st one (Keeps unchanged as " +"reference) and then change the second line using the transformation paper" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:118 (comment) +msgid "or the macros 'conv2diaton push.bsh' and 'conv2diaton pull.bsh'" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:119 (comment) +#. Documentation/snippets/score-for-diatonic-accordion.ly:138 (comment) +msgid "Tips:" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:120 (comment) +#. Documentation/snippets/score-for-diatonic-accordion.ly:139 (comment) +msgid "- In jEdit Search & Replace mark the Option 'Keep Dialog'" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:122 (variable) +msgid "AccordionTabTwoCBesDur" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:123 (comment) +msgid "pull 1" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:124 (comment) +msgid "8 8 8 |" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:126 (comment) +msgid "push 2" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:127 (comment) +msgid "4 |" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:129 (comment) +msgid "pull 3" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:130 (comment) +msgid "2 r8 }" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:133 (variable) +msgid "AccordionTab" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:134 (comment) +msgid "1. Place a copy of the piano melody above" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:136 (comment) +msgid "" +"3. For each line: Double the line. Remark the 1st one (Keeps unchanged as " +"reference) and then" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:137 (comment) +msgid "change the second line using the transformation paper" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:140 (comment) +msgid "-" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:149 (comment) +msgid "The vertical line (simulating a bar-line) in" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:150 (comment) +msgid "the staffBassRhytm is a gridline" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:156 (comment) +msgid "4/4 - tact. How many beats per bar" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:157 (comment) +msgid "The following line has to be adjusted O-F-T-E-N." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:166 (variable) +msgid "staffVoice" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:166 (context id) +msgid "astaffvoice" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:180 (variable) +msgid "staffAccordionMel" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:182 (comment) +msgid "Set the accidentals (Vorzeichen) for each note," +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:183 (comment) +msgid "do not remember them for the rest of the measure." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:203 (variable) +msgid "BassRhytm" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:204 (variable) +msgid "LyricBassRhythmI" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:206 (variable) +msgid "staffBassRhytm" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:207 (context id) +msgid "staffbass" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:208 (comment) +msgid "" +"This is not a RhythmicStaff because it must be possible to append lyrics." +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:210 (comment) +msgid "x.y" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:212 (comment) +msgid "" +"Shows one horizontal line. The vertical line (simulating a bar-line) is " +"simulated by a grid" +msgstr "" + +#. Documentation/snippets/score-for-diatonic-accordion.ly:213 (comment) +msgid "Search for 'grid' in this page to find all related functions" +msgstr "" + +#. Documentation/snippets/setting-system-separators.ly:34 (variable) +msgid "notes" +msgstr "" + +#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:23 (comment) +msgid "The same as \\flageolet, just a little smaller" +msgstr "" + +#. Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly:33 (comment) +msgid "The second fermata is ignored!" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:30 (comment) +msgid "NR 1.5 Simultaneous notes" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:32 (comment) +msgid "L. v. Beethoven, Op. 111" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:33 (comment) +msgid "Piano sonata 32" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:34 (comment) +msgid "Movt II - Arietta - Adagio molto semplice e cantabile" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:35 (comment) +msgid "measures 108 - 118" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:47 (variable) +msgid "trillFlat" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:67 (comment) +msgid "RH voice 1" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:144 (comment) +msgid "RH voice 2" +msgstr "" + +#. Documentation/snippets/simultaneous-headword.ly:219 (comment) +msgid "LH staff" +msgstr "" + +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:26 (variable) +msgid "verseI" +msgstr "" + +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:31 (variable) +msgid "verseII" +msgstr "" + +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:37 (comment) +msgid "insert chords for chordnames and fretboards here" +msgstr "" + +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:41 (variable) +msgid "staffMelody" +msgstr "" + +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:44 (comment) +msgid "Type notes for melody here" +msgstr "" + +#. Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly:54 (context id) +msgid "voiceMelody" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:31 (comment) +msgid "title = \\\"Le Lac des Cygnes\\\"" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:32 (comment) +msgid "subtitle = \\\"Danse Napolitaine\\\"" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:33 (comment) +msgid "composer = \\\"Piotr Ilitch Tchaïkovski\\\"" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:34 (comment) +msgid "arranger = \\\"arr. Laurence Sardain\\\"" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:35 (comment) +msgid "footer = \\\"Mutopia-2006/12/22-896\\\"" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:38 (variable) +msgid "trompette" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:50 (variable) +#. Documentation/snippets/staff-headword.ly:98 (context id) +#. Documentation/snippets/staff-headword.ly:116 (context id) +msgid "tambourin" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:59 (variable) +msgid "tambourinMidi" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:102 (context id) +msgid "prima" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:104 (context id) +msgid "uppera" +msgstr "" + +#. Documentation/snippets/staff-headword.ly:105 (context id) +msgid "lowera" +msgstr "" + +#. Documentation/snippets/stemlets.ly:36 (comment) +msgid "N.B. use Score.Stem to set for the whole score." +msgstr "" + +#. Documentation/snippets/string-number-extender-lines.ly:17 (variable) +msgid "stringNumberSpanner" +msgstr "" + +#. Documentation/snippets/string-quartet-template-simple.ly:55 (variable) +msgid "violinOne" +msgstr "" + +#. Documentation/snippets/string-quartet-template-simple.ly:64 (variable) +msgid "violinTwo" +msgstr "" + +#. Documentation/snippets/string-quartet-template-simple.ly:73 (variable) +msgid "viola" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:106 (comment) +msgid "piece.ly" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:107 (comment) +msgid "(This is the global definitions file)" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:114 (variable) +msgid "Violinone" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:119 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:125 (comment) +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:132 (comment) +msgid "*********************************" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:120 (variable) +msgid "Violintwo" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:126 (variable) +msgid "Viola" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:133 (variable) +msgid "Cello" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:139 (comment) +msgid "**********************************" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:150 (comment) +msgid "These are the other files you need to save on your computer" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:152 (comment) +msgid "score.ly" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:153 (comment) +msgid "(This is the main file)" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:156 (comment) +#, python-format +msgid "" +"\\include \\\"piece.ly\\\" %%% uncomment this line when using a " +"separate file" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:165 (comment) +msgid "{ Uncomment this block when using separate files" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:167 (comment) +msgid "vn1.ly" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:168 (comment) +msgid "(This is the Violin 1 part file)" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:177 (comment) +msgid "vn2.ly" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:178 (comment) +msgid "(This is the Violin 2 part file)" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:187 (comment) +msgid "vla.ly" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:188 (comment) +msgid "(This is the Viola part file)" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:197 (comment) +msgid "vlc.ly" +msgstr "" + +#. Documentation/snippets/string-quartet-template-with-separate-parts.ly:198 (comment) +msgid "(This is the Cello part file)" +msgstr "" + +#. Documentation/snippets/subdividing-beams.ly:78 (comment) +msgid "Set beam sub-group length to an eighth note" +msgstr "" + +#. Documentation/snippets/subdividing-beams.ly:83 (comment) +msgid "Set beam sub-group length to a sixteenth note" +msgstr "" + +#. Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly:21 (variable) +#. Documentation/snippets/unfretted-headword.ly:56 (variable) +msgid "ignore" +msgstr "" + +#. Documentation/snippets/text-headword.ly:29 (comment) +msgid "NR 1.8 Text" +msgstr "" + +#. Documentation/snippets/text-headword.ly:31 (comment) +msgid "L. v. Beethoven, Op. 110" +msgstr "" + +#. Documentation/snippets/text-headword.ly:32 (comment) +msgid "Piano sonata 31" +msgstr "" + +#. Documentation/snippets/text-headword.ly:33 (comment) +msgid "measures 1 - 7" +msgstr "" + +#. Documentation/snippets/text-headword.ly:45 (comment) +msgid "RH staff" +msgstr "" + +#. Documentation/snippets/three-sided-box.ly:17 (comment) +msgid "New command to add a three sided box, with sides north, west and south" +msgstr "" + +#. Documentation/snippets/three-sided-box.ly:18 (comment) +msgid "Based on the box-stencil command defined in scm/stencil.scm" +msgstr "" + +#. Documentation/snippets/three-sided-box.ly:19 (comment) +msgid "Note that \\\";;\\\" is used to comment a line in Scheme" +msgstr "" + +#. Documentation/snippets/three-sided-box.ly:33 (comment) +msgid "The corresponding markup command, based on the \\box command defined" +msgstr "" + +#. Documentation/snippets/three-sided-box.ly:34 (comment) +msgid "in scm/define-markup-commands.scm" +msgstr "" + +#. Documentation/snippets/three-sided-box.ly:46 (comment) +msgid "Test it:" +msgstr "" + +#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:57 (comment) +msgid "Change the style permanently" +msgstr "" + +#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:63 (comment) +msgid "Revert to default style:" +msgstr "" + +#. Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly:67 (comment) +msgid "single-digit style only for the next time signature" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:36 (comment) +msgid "make the staff lines invisible on staves" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:125 (variable) +msgid "incipitDiscantus" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:150 (variable) +msgid "incipitAltus" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:176 (variable) +msgid "incipitTenor" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:204 (variable) +msgid "incipitBassus" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:230 (comment) +msgid "" +"StaffGroup is used instead of ChoirStaff to get bar lines between systems" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:262 (comment) +msgid "Keep the bass lyrics outside of the staff group to avoid bar lines" +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:263 (comment) +msgid "between the lyrics." +msgstr "" + +#. Documentation/snippets/transcription-of-ancient-music-with-incipit.ly:272 (comment) +msgid "the next three instructions keep the lyrics between the bar lines" +msgstr "" + +#. Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly:165 (variable) +msgid "naturalizeMusic" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:151 (comment) +msgid "The default treble clef" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:153 (comment) +msgid "The standard bass clef" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:158 (comment) +msgid "The baritone clef" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:163 (comment) +msgid "The standard choral tenor clef" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:169 (comment) +msgid "A non-standard clef" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:175 (comment) +msgid "The following clef changes do not preserve" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:176 (comment) +msgid "the normal relationship between notes and clefs:" +msgstr "" + +#. Documentation/snippets/tweaking-clef-properties.ly:191 (comment) +msgid "Return to the normal clef:" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:40 (comment) +msgid "Abreviations" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:43 (variable) +msgid "db" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:44 (variable) +msgid "dub" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:45 (variable) +msgid "dubetc" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:47 (variable) +msgid "ub" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:48 (variable) +msgid "udb" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:49 (variable) +msgid "udbetc" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:51 (variable) +msgid "fermaTa" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:53 (variable) +msgid "accel" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:54 (variable) +msgid "ritar" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:60 (comment) +msgid "Strings" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:63 (variable) +msgid "svib" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:64 (variable) +msgid "pvib" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:65 (variable) +msgid "mvib" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:66 (variable) +msgid "sulp" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:67 (variable) +msgid "norm" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:69 (variable) +msgid "quatre" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:73 (comment) +msgid "Shifting Notes" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:76 (variable) +msgid "shift" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:77 (variable) +msgid "shifta" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:78 (variable) +msgid "shiftb" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:82 (comment) +msgid "Hairpin" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:85 (comment) +msgid "aniente = \\\"a niente\\\"" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:86 (variable) +msgid "aniente" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:93 (variable) +msgid "tupletbp" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:97 (comment) +msgid "Flag [Note Head - Stem]" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:100 (variable) +msgid "noflag" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:103 (comment) +msgid "Functions" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:118 (comment) +msgid "Instruments" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:121 (variable) +msgid "ViolinSolo" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:131 (comment) +msgid "Measure 1" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:141 (comment) +msgid "Measure 2" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:151 (comment) +msgid "Measure 3" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:159 (comment) +msgid "Measure 4" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:168 (comment) +msgid "Measure 5" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:176 (comment) +msgid "Measure 6" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:178 (comment) +msgid "\\featherDurations #(ly:make-moment 2 3)" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:185 (comment) +msgid "Measure 7" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:194 (comment) +msgid "Measure 8" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:199 (comment) +msgid "Measure 9" +msgstr "" + +#. Documentation/snippets/unfretted-headword.ly:210 (comment) +msgid "Score" +msgstr "" + +#. Documentation/snippets/using-alternative-flag-styles.ly:31 (variable) +msgid "testnotes" +msgstr "" + +#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:113 (comment) +msgid "display grobs for each note head:" +msgstr "" + +#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:114 (comment) +msgid "\\override NoteHead #'before-line-breaking = #display-grobs" +msgstr "" + +#. Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly:116 (comment) +msgid "or just for one:" +msgstr "" + +#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:28 (variable) +msgid "parallelogram" +msgstr "" + +#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:43 (variable) +msgid "myNoteHeads" +msgstr "" + +#. Documentation/snippets/using-postscript-to-generate-special-note-head-shapes.ly:44 (variable) +msgid "normalNoteHeads" +msgstr "" + +#. Documentation/snippets/utf-8.ly:19 (comment) +msgid "end verbatim - this comment is a hack to prevent texinfo.tex" +msgstr "" + +#. Documentation/snippets/utf-8.ly:20 (comment) +msgid "from choking on non-European UTF-8 subsets" +msgstr "" + +#. Documentation/snippets/utf-8.ly:22 (comment) +msgid "Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs" +msgstr "" + +#. Documentation/snippets/utf-8.ly:40 (comment) +msgid "Cyrillic font" +msgstr "" + +#. Documentation/snippets/utf-8.ly:41 (variable) +msgid "bulgarian" +msgstr "" + +#. Documentation/snippets/utf-8.ly:45 (variable) +msgid "hebrew" +msgstr "" + +#. Documentation/snippets/utf-8.ly:49 (variable) +msgid "japanese" +msgstr "日本" + +#. Documentation/snippets/utf-8.ly:56 (comment) +msgid "\\\"a legal song to you\\\"" +msgstr "" + +#. Documentation/snippets/utf-8.ly:57 (variable) +msgid "portuguese" +msgstr "" + +#. Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly:19 (variable) +msgid "upline" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:20 (variable) +msgid "leftbrace" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:21 (variable) +msgid "rightbrace" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:23 (variable) +msgid "dropLyrics" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:30 (variable) +msgid "raiseLyrics" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:37 (variable) +msgid "skipFour" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:39 (variable) +msgid "lyricsA" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:41 (variable) +msgid "lyricsB" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:42 (variable) +msgid "lyricsC" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:43 (variable) +msgid "lyricsD" +msgstr "" + +#. Documentation/snippets/vertically-centered-common-lyrics.ly:50 (context id) +msgid "m" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:69 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:59 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:68 (variable) +msgid "sopMusic" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:72 (variable) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:62 (variable) +#. Documentation/snippets/vocal-ensemble-template.ly:71 (variable) +msgid "sopWords" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:101 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:89 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:99 (context id) +msgid "women" +msgstr "女" + +#. Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly:107 (context id) +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:99 (context id) +#. Documentation/snippets/vocal-ensemble-template.ly:111 (context id) +msgid "men" +msgstr "男" + +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:95 (comment) +msgid "we could remove the line about this with the line below, since we want" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:96 (comment) +msgid "the alto lyrics to be below the alto Voice anyway." +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:97 (comment) +msgid "\\new Lyrics \\lyricsto \\\"altos\\\" \\altoWords" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:106 (comment) +msgid "again, we could replace the line above this with the line below." +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly:107 (comment) +msgid "\\new Lyrics \\lyricsto \\\"basses\\\" \\bassWords" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:64 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:77 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:92 (comment) +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:108 (comment) +msgid "refrain" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:70 (variable) +msgid "SoloNotes" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:81 (variable) +msgid "SoloLyrics" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:86 (variable) +msgid "SopranoNotes" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:97 (variable) +msgid "SopranoLyrics" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:102 (variable) +msgid "BassNotes" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:113 (variable) +msgid "BassLyrics" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:120 (context id) +msgid "SoloVoice" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:124 (context id) +msgid "SopranoVoice" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:127 (context id) +msgid "BassVoice" +msgstr "" + +#. Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly:134 (comment) +msgid "these lines prevent empty staves from being printed" +msgstr "" + +#. Documentation/snippets/volta-multi-staff.ly:17 (variable) +msgid "voltaMusic" +msgstr "" + +#. Documentation/snippets/volta-text-markup-using-repeatcommands.ly:25 (variable) +msgid "voltaAdLib" +msgstr "" + +#. Documentation/snippets/wind-headword.ly:21 (comment) +msgid "Tchaikovsky" +msgstr "" + +#. Documentation/snippets/wind-headword.ly:22 (comment) +msgid "Nutcracker Suite, VII Dance of the Merlitons" +msgstr "" + +msgid "Up:" +msgstr "上:" + +msgid "Next:" +msgstr "后一个:" + +msgid "Previous:" +msgstr "前一个:" + +msgid "Appendix " +msgstr "附录" + +msgid "Footnotes" +msgstr "脚注" + +msgid "Table of Contents" +msgstr "目录" diff --git a/Documentation/zh/GNUmakefile b/Documentation/zh/GNUmakefile new file mode 100644 index 0000000000..9e9d8bda16 --- /dev/null +++ b/Documentation/zh/GNUmakefile @@ -0,0 +1,10 @@ +ISOLANG = zh +depth = ../.. +# SUBDIRS = web learning notation texidocs usage included essay extending +SUBDIRS = web texidocs +STEPMAKE_TEMPLATES = documentation +LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root +NO_PDF_FILES = 1 +EXTRA_DIST_FILES = web.texi + +include $(depth)/make/stepmake.make diff --git a/Documentation/zh/macros.itexi b/Documentation/zh/macros.itexi new file mode 100644 index 0000000000..02b3bf4316 --- /dev/null +++ b/Documentation/zh/macros.itexi @@ -0,0 +1,801 @@ +@c -*- coding: utf-8; mode: texinfo; -*- +@ignore + Translation of GIT committish: 676dd9eed5f81540f71c3e3e55666c60f7af36ac + + When revising a translation, copy the HEAD committish of the + version that you are working on. For details, see the Contributors' + Guide, node Updating translation committishes.. +@end ignore + + +@include version.itexi +@include common-macros.itexi + +@ignore +**************************** +MACRO DEFINITIONS GUIDELINES +**************************** + +This file should contain macro definitions which are common to all +languages, i.e. all macro definitions which do not contain text that +should be translated (namely text visible in the output). + +Macro definitions which contain text that should be translated in +translations should be in macros.itexi. +@end ignore + +@c ***** Displaying text ***** + +@c To get decent quotes in `foo' and ``foo''. + +@macro q{TEXT} +@quoteleft{}\TEXT\@quoteright{} +@end macro + +@macro qq{TEXT} +@quotedblleft{}\TEXT\@quotedblright{} +@end macro + + +@ifhtml + +@macro warning{TEXT} +@html +

+@end html +@strong{Note:} \TEXT\ +@c keep the space for proper nesting of

+ +@html +
+@end html +@end macro + +@end ifhtml + +@ifnothtml + +@macro warning{TEXT} +@quotation +@quotation +@cartouche +@b{Note:} \TEXT\ +@end cartouche +@end quotation +@end quotation +@end macro + +@end ifnothtml + +@c do not translate the following macro -- it is used in +@c an untranslated manual. + +@ifhtml + +@macro advanced{TEXT} +@html +
+@end html +@strong{Advanced note:} \TEXT\ +@c keep the space for proper nesting of

+ +@html +
+@end html +@end macro + +@end ifhtml + +@ifnothtml + +@macro advanced{TEXT} +@quotation +@b{Advanced note:} \TEXT\ +@end quotation +@end macro + +@end ifnothtml + + +@macro docMain +@cartouche +For more information about how this manual fits with the other +documentation, or to read this manual in other formats, see +@rweb{Manuals}. + +如果你需要任何手册,完整的文档可以在 @w{@uref{http://@/www@/.lilypond@/.org/}} 找到。 +@end cartouche +@end macro + + +@macro lilyTitlePage{TITLE} +@c This produces the unified index +@syncodeindex fn cp +@syncodeindex vr cp + + +@c ***** Copyright stuff ***** +@ifset FDL +@copying +@copyrightDeclare + +@quotation +在由自由软件协会发布的 GNU 自由文档协议,1.1版及以后版本的条款内,允许复制,分发和/或修改本文档和没有不变的部分。 +这个协议的复本在标题为《GNU 自由文档协议》的段。 + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.1 +or any later version published by the Free Software Foundation; +with no Invariant Sections. +A copy of the license is included in the section entitled ``GNU +Free Documentation License''. +@end quotation +@end copying +@end ifset + +@ifclear FDL +@copying +This document has been placed in the public domain. +@end copying +@end ifclear + + + +@c ***** Title page ***** +@ifnottex +@node 首页 +@top LilyPond --- \TITLE\ +@translationof Top + +@cartouche +@manualIntro{} +@end cartouche +@end ifnottex + +@finalout + +@titlepage +@title LilyPond +@subtitle 乐谱排版系统 +@titlefont{\TITLE\} +@author LilyPond 开发团队 + +@vskip 60pt + +@cartouche +@manualIntro{} +@end cartouche + +@vskip 40pt + +@docMain{} + +@vskip 0pt plus 1filll + +@insertcopying + +LilyPond 版本 @version{} +@end titlepage + +@end macro + + +@c ***** Headings in a doc subsection ***** + +@c The next macro is a dummy currently since texinfo doesn't +@c provide a real ragged-right environment yet. +@c +@c Don't insert an empty line after @predefined! Right now +@c it doesn't matter, but a future implementation will probably +@c add some code which needs this restriction. + +@macro predefined +@noindent +@subsubheading 预定义命令 +@end macro + +@c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245) +@c the next macro must not be empty. + +@macro endpredefined +@c +@end macro + + +@macro snippets +@noindent +@subsubheading 已选择的片断 +@end macro + + +@c Don't insert an empty line after @seealso! Otherwise we get +@c unwanted extra vertical space in the PDF output. + +@macro seealso +@noindent +@subsubheading 参见 +@indent +@end macro + + +@macro knownissues +@noindent +@subsubheading 已知的问题和警告 +@end macro + + + +@c ***** Links and references ***** + +@c Definitions for references: +@c +@c @rweb +@c @ressay +@c @rglos +@c @rinternals +@c @rlearning +@c @rlsr +@c @rprogram +@c @ruser +@c @rchanges +@c @rextend +@c @rcontrib +@c +@c All these also have a @...named version which allows to specify the +@c displayed text for the reference as second argument. +@c +@c ***** HTML + bigpage is a special case (other manual names); all other +@c formats are treated similarly. + + +@c *** not TeX *** + +@ifnottex + +@c ** bigpage ** + +@ifset bigpage + +@macro rglos{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} +@end macro + +@macro rglosnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary} +@end macro + +@macro rlearning{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,learning-big-page,Learning Manual} +@end macro + +@macro rlearningnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual} +@end macro + +@macro ruser{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,notation-big-page,Notation Reference} +@end macro + +@macro rusernamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference} +@end macro + +@macro rextend{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,extending-big-page,Extending} +@end macro + +@macro rextendnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,extending-big-page,Extending} +@end macro + +@macro rchanges{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,changes-big-page,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes} +@end macro + +@macro rcontrib{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,contributor-big-page,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide} +@end macro + +@macro rweb{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,web-big-page,General Information} +@end macro + +@macro rwebnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,web-big-page,General Information} +@end macro + +@macro ressay{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,essay-big-page,Essay} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay} +@end macro + +@macro rprogram{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,usage-big-page,Application Usage} +@end macro + +@macro rprogramnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,usage-big-page,Application Usage} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,snippets-big-page,Snippets} +@end macro + +@macro rlsrnamed{TEXT,DISPLAY} +@ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets} +@end macro + +@macro rinternals{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,internals-big-page,Internals Reference} +@end macro + +@macro rinternalsnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference} +@end macro + +@end ifset + + +@c ** not bigpage ** + +@ifclear bigpage + +@ifnotinfo + +@macro rglos{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,music-glossary,Music Glossary} +@end macro + +@macro rglosnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} +@end macro + +@macro rlearning{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,learning,Learning Manual} +@end macro + +@macro rlearningnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,,learning,Learning Manual} +@end macro + +@macro ruser{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,notation,Notation Reference} +@end macro + +@macro rusernamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} +@end macro + +@macro rchanges{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,changes,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,changes,Changes} +@end macro + +@macro rextend{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,extending,Extending} +@end macro + +@macro rextendnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,extending,Extending} +@end macro + +@macro rcontrib{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,contributor,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide} +@end macro + +@macro rweb{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,web,General Information} +@end macro + +@macro rwebnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,web,General Information} +@end macro + +@macro ressay{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,essay,Essay} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,essay,Essay} +@end macro + +@macro rprogram{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,usage,Application Usage} +@end macro + +@macro rprogramnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,usage,Application Usage} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,snippets,Snippets} +@end macro + +@macro rlsrnamed{TEXT,DISPLAY} +@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} +@end macro + +@macro rinternals{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,internals,Internals Reference} +@end macro + +@macro rinternalsnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} +@end macro + +@end ifnotinfo + +@ifinfo + +@macro rglos{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,music-glossary,Music Glossary} +@end macro + +@macro rglosnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} +@end macro + +@macro rlearning{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-learning,Learning Manual} +@end macro + +@macro rlearningnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-learning,Learning Manual} +@end macro + +@macro ruser{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-notation,Notation Reference} +@end macro + +@macro rusernamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference} +@end macro + +@macro rchanges{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-changes,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes} +@end macro + +@macro rextend{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-extending,Extending} +@end macro + +@macro rextendnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extending} +@end macro + +@macro rcontrib{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-contributor,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Contributor's Guide} +@end macro + +@macro rweb{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-web,General Information} +@end macro + +@macro rwebnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-web, General Information} +@end macro + +@macro ressay{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-essay,Essay} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay} +@end macro + +@macro rprogram{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-usage,Application Usage} +@end macro + +@macro rprogramnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-usage,Application Usage} +@end macro + +@macro rlsr{TEXT} +@ref{\TEXT\,,,lilypond-snippets,Snippets} +@end macro + +@macro rlsrnamed{TEXT,DISPLAY} +@ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets} +@end macro + +@macro rinternals{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-internals,Internals Reference} +@end macro + +@macro rinternalsnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference} +@end macro + +@end ifinfo + +@end ifclear + +@end ifnottex + + +@c *** TeX *** + +@iftex + +@c All commands below should work in the middle of the line; +@c we thus must not use @vindex directly since it works only if placed +@c on a line of its own. To overcome this problem, we define a +@c replacement macro using the internal definition of @vindex which +@c delimits arguments in the standard way (i.e., with braces). + +@tex +\gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces} +@end tex + +@macro rglos{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,music-glossary,Music Glossary} +@end macro + +@macro rglosnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary} +@end macro + +@macro rlearning{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,learning,Learning Manual} +@end macro + +@macro rlearningnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,learning,Learning Manual} +@end macro + +@macro ruser{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,notation,Notation Reference} +@end macro + +@macro rusernamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,notation,Notation Reference} +@end macro + +@macro rchanges{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,changes,Changes} +@end macro + +@macro rchangesnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,changes,Changes} +@end macro + +@macro rextend{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,extending,Extending} +@end macro + +@macro rextendnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,extending,Extending} +@end macro + +@macro rcontrib{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,contributor,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide} +@end macro + +@macro rweb{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,web,General Information} +@end macro + +@macro rwebnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,web,General Information} +@end macro + +@macro ressay{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,essay,Essay} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,essay,Essay} +@end macro + +@macro rprogram{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,usage,Application Usage} +@end macro + +@macro rprogramnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,usage,Application Usage} +@end macro + +@macro rlsr{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,snippets,Snippets} +@end macro + +@macro rlsrnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,snippets,Snippets} +@end macro + +@macro rinternals{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,internals,Internals Reference} +@end macro + +@macro rinternalsnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,internals,Internals Reference} +@end macro + +@end iftex + +@c ***** Macros specific to the web site ***** + +@ifset web + +@macro exampleImage{IMAGE-FILE} +@html +
+ + \IMAGE-FILE\ + +

+ (click to enlarge) +

+
+@end html +@iftex +@image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png} +@end iftex +@ifinfo +@image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png} +@end ifinfo +@end macro + +@macro help{TEXT} +@html +
+ + Help wanted: + \TEXT\ +
+@end html +@end macro + + +@c LEGALESE + +@macro logoLegalLinux +Tux the Linux Penguin was created by +@uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with +@uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image +Manipulation Program}. + +@end macro + +@macro logoLegalFreeBSD +The FreeBSD logo is a registered trademark of +@uref{http://www.freebsd.org/, The FreeBSD Foundation}. + +@end macro + +@macro logoLegalMacOSX +The @qq{X image} is not a registered trademark. It was created by +@uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and +@uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and +placed under the GNU Free Documentation License version 1.2 or later. +We found the image on +@uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png, +this Wikimedia Commons page}. + +@end macro + +@macro logoLegalWindows +The @qq{four colored rectangles image} is not a registered +trademark. It was created by +@uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and +placed under the GNU Free Documentation License version 1.2. We +found the image on +@uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos, +this Wikimedia Commons page}. + +@end macro + +@end ifset diff --git a/Documentation/zh/texidocs/GNUmakefile b/Documentation/zh/texidocs/GNUmakefile new file mode 100644 index 0000000000..0ffa75869c --- /dev/null +++ b/Documentation/zh/texidocs/GNUmakefile @@ -0,0 +1,5 @@ +depth=../../.. + +EXTRA_DIST_FILES=$(call src-wildcard,*.texidoc) + +include $(depth)/make/stepmake.make diff --git a/Documentation/zh/web.texi b/Documentation/zh/web.texi new file mode 100644 index 0000000000..06fbbca18c --- /dev/null +++ b/Documentation/zh/web.texi @@ -0,0 +1,309 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; -*- +@ignore + Translation of GIT committish: 2bf520787e5668f22dcf0d5ab3faf74693376d6a + + When revising a translation, copy the HEAD committish of the + version that you are working on. For details, see the Contributors' + Guide, node Updating translation committishes.. +@end ignore + +@setfilename web.info +@settitle LilyPond -- 每一个人的五线谱 +@documentencoding UTF-8 +@documentlanguage zh +@afourpaper + +@c `Web' was imported 2009-08-05 with git commit b938d71... +@c @macro copyrightDeclare +@c Copyright @copyright{} 2009--2011 by the authors. +@c @end macro + +@set FDL +@set web +@include macros.itexi +@include weblinks.itexi + +@afourpaper + +@c don't remove this comment. +@ignore +@omfcreator Graham Percival and Patrick McCarty +@omfdescription General info about the LilyPond music engraving system +@omftype program usage +@omfcategory Applications|Publishing +@omflanguage English +@end ignore + +@copying +Copyright @copyright{} 2009--2011 by the authors. + +@c next line is necessary for broken pre-4.13 texinfo's +@c install-info, so leave it there until we officially +@c bump the required version. -gp +LilyPond 网站由本文件归档。 + +@quotation +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.1 or any later version published by the Free Software +Foundation; with no Invariant Sections. A copy of the license is +included in the section entitled ``GNU Free Documentation +License''. +@end quotation +@end copying + + +@c Info files are no longer installed in a subdirectory, images are +@c expected to be found in lilypond/ subdirectory. +@dircategory GNU LilyPond --- the music typesetter +@direntry +* LilyPond 学习手册: (lilypond-learning). 从这开始。 +* Music 术语表: (music-glossary). 为非英语用户。 +* LilyPond: (lilypond-notation). LilyPond 音符参考。 +* LilyPond 片断: (lilypond-snippets). 短的特征,窍门和例子。 +* LilyPond 内部参考: (lilypond-internals). 定义各调节项。 +* LilyPond 应用程序的用法: (lilypond-usage). 安装和运行应用程序。 +* LilyPond 网站: (lilypond-web). 新网站预览。 +* lilypond: (lilypond-usage)运行 lilypond. 借助 LilyPond 程序。 +* abc2ly: (lilypond-usage)借助 abc2ly. 导入 ABC. +* convert-ly: (lilypond-usage)用convert-ly更新文件。 旧的 LilyPond 版本。 +* etf2ly: (lilypond-usage)借用 etf2ly. 导入 Finale. +* lilypond-book: (lilypond-usage)lilypond-book. 文本和音乐合并。 +* midi2ly: (lilypond-usage)借用 midi2ly. 导入 MIDI. +* musicxml2ly: (lilypond-usage)借用 musicxml2ly. 导入 MusicXML. +@end direntry + + +@c TITLE PAGE +@ifnottex +@node Top +@top LilyPond... 每一个人的五线谱 +@end ifnottex + + +@c hack for texi2html, bleh -gp +@ifnothtml + +@finalout + +@titlepage +@title LilyPond +@subtitle 音乐出版系统 +@titlefont{通用信息} +@author LilyPond 开发团队 + +@vskip 0pt plus 1filll +@c @vskip 20pt + +@insertcopying + +LilyPond 版本号 @version{} +@end titlepage +@end ifnothtml +@c end hack for texi2html + + +@c ************************ WEBSITE START *************** + + +@divId{pageHeader} +@heading LilyPond + +... 每一个人的五线谱 +@divEnd + +@c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet} +@imageId{lilylogo,double-lily-modified3,png,LilyPond logo} +@c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet} + +@divId{quickSummary} +@subheading 什么是 LilyPond? + +LilyPond 是一个音乐雕版印刷程序,专用来生产高质量五线谱音乐。它把传统音乐雕版印刷的美学带到计算机打印输出系统。Lilypond是自由软件也是 @uref{http://gnu.org,GNU Project} 的一部分. + + +@divClass{align-right} +更多内容见 @ref{简介}! + +@divEnd +@divEnd + +@divClass{separator} +@divEnd + + +@divId{news} + +@c TODO: generate this automatically, including RSS feed. +@include web/news-front.itexi + +@divClass{float-right} +(@ref{旧闻}) +@divEnd + +@divEnd + +@ifclear web_version + @c do nothing +@end ifclear +@ifset web_version + @c make the box: +@divId{latestVersion} +@subheading 快捷链接 + +@c TODO: javascript to detect OS and suggest download? + +@subsubheading 稳定版 + +@ref{Download, Download @versionStable} + +@ref{Manuals, Manuals @versionStable} + +@subsubheading 不稳定版 + +@ref{Development, Download @versionDevel} + +@ref{Development, Manuals @versionDevel} + +@divEnd +@end ifset + + +@ifnottex + +@divClass{hide} +@menu +* 简介:: 从这开始创建五线谱音乐。 +* 下载:: 获得 Lilypond。 +* 手册:: 阅读完整的手册(RTFM)。 +* 社区:: 和其它用户联络。 +@end menu +@divEnd + +@end ifnottex + +@contents + +@allowcodebreaks false + +@c ****************** GENERAL STUFF FOR INFO ************ +@ignore +Distributions will want to install lilypond.info in postinstall, doing: + + install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info + + * Prepend GNU for dir, must be unique. + + * Do not list the `lilypond' node at toplevel, so that `info lilypond' + goes to Top. + + * List all commands in direntry. + +@end ignore + +@c FIXME: this still doesn't solve the broken links in pdf and big +@c html; we'll need a bunch of @iftext and stuff in here. -gp +@c ****************** SPECIAL MACROS FOR WEB MANUAL ************ +@macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize} +@subheading Read it + +@docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\} + +@end macro + + +@macro docLinkSplit{name,base,webLink} +@ifclear web_version + @uref{../\base\/index.html, \name\ (分开的 HTML)} +@end ifclear +@ifset web_version + \webLink\ +@end ifset +@end macro + +@macro docLinkBig{name,base,webLink} +@ifclear web_version + @uref{../\base\-big-page.html, \name\ (大的 HTML)} +@end ifclear +@ifset web_version + \webLink\ +@end ifset +@end macro + +@macro docLinkPdf{name,base,webLink} +@ifclear web_version + @uref{../\base\.pdf, \base\.pdf} +@end ifclear +@ifset web_version + \webLink\ +@end ifset +@end macro + + +@macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize} + +@divClass{keep-bullets} +@itemize + +@item @docLinkSplit{\name\,\base\,\split\} @minus{} + 本手册分解了许多 HTML 页面。 + @*@ @ @emph{(每个页面有一小的下载)} + +@item @docLinkBig{\name\,\base\,\big\} @minus{} + 以单一大HTML页面的方式阅读本手册。 + @*@ @ @emph{(大的单一下载, \bigsize\)} + +@item @docLinkPdf{\name\,\base\,\pdf\} @minus{} + 以PDF文件的方式下载。 + @*@ @ @emph{(大的单一下载, \pdfsize\)} + +@end itemize + +@divEnd + +@end macro + + +@c don't add any extra spaces in this macro -gp +@macro ifWebLinks{webLink,normalLink} +@ifclear web_version + \normalLink\: +@end ifclear +@ifset web_version + \webLink\: +@end ifset +@end macro + + +@ifhtml +@macro contactUsAbout{topic} + +@divClass{heading-center} +@divClass{contactBox} +如果你觉得有其它 \topic\ 需要列在这里,请按照下面的简介让我们知道 +@ref{缺陷报告}. + +@divEnd +@divEnd + +@end macro +@end ifhtml + +@ifnothtml +@macro contactUsAbout{topic} +@cartouche +如果你觉得有其它 \topic\ 需要列在这里,请按照下面的简介让我们知道 +@ref{缺陷报告}. + +@end cartouche + +@end macro +@end ifnothtml + +@include web/introduction.itexi +@include web/download.itexi +@include web/manuals.itexi +@include web/community.itexi + + +@bye diff --git a/Documentation/zh/web/GNUmakefile b/Documentation/zh/web/GNUmakefile new file mode 100644 index 0000000000..425cc1d8e2 --- /dev/null +++ b/Documentation/zh/web/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make diff --git a/Documentation/zh/web/community.itexi b/Documentation/zh/web/community.itexi new file mode 100644 index 0000000000..b7bf73f433 --- /dev/null +++ b/Documentation/zh/web/community.itexi @@ -0,0 +1,121 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: zh -*- +@c This file is part of web.texi +@ignore + Translation of GIT committish: 676dd9eed5f81540f71c3e3e55666c60f7af36ac + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore + + +@include included/authors.itexi +@include included/helpus.itexi +@node 社区 +@unnumbered 社区 +@translationof Community + + +@subheading 与社区互动 +@subheading 使 LilyPond 更好 +@subheading 其它 +@menu +* 联系:: +* 小例子:: +* 缺陷报告:: +* 帮助我们:: +* 开发:: +* 作者:: +* 出版物:: +* 旧闻:: +@end menu + +@node 联系 +@unnumberedsec 联系 +@translationof Contact + + +@subheading 用户讨论和帮助 +@subsubheading 用户邮件列表: @code{lilypond-user@@gnu.org} +@subsubheading LilyPond 片断仓库 +@subsubheading IRC +@subsubheading 其它语言 +@subheading 保持沟通 +@subsubheading LilyPond 报告 +@subsubheading 发行版邮件列表: @code{info-lilypond@@gnu.org} +@subheading 开发者讨论 +@subsubheading 开发者邮件列表: @code{lilypond-devel@@gnu.org} +@subsubheading 缺陷邮件列表: @code{bug-lilypond@@gnu.org} +@node 小例子 +@unnumberedsec 小例子 +@translationof Tiny examples + + +@subheading 什么是 @qq{小例子}? +@subheading 为什么创造出来? +@subheading 我如何创造出来? +@node 缺陷报告 +@unnumberedsec 缺陷报告 +@translationof Bug reports + + +@subheading 第1步:了解缺陷 +@subheading 第2步:创建缺陷报告 +@subheading 第3步:发送缺陷报告 +@subheading 第4步:等待回应 +@subheading 其它可能的帮助:表现出渴望的举动 +@node 帮助我们 +@unnumberedsec 帮助我们 +@translationof Help us + + +@node 开发 +@unnumberedsec 开发 +@translationof Development + + +@subheading 发行号 +@subheading 下载 +@subheading 贡献者指南 +@subheading 回归测试 +@subsubheading 发行版 +@subsubheading 稳定版 +@subsubheading 所有版本 +@subheading 手册 +@node 作者 +@unnumberedsec 作者 +@translationof Authors + + +@subheading 目前的开发小组 +@subheading 以前的开发小组 +@subheading 目前的贡献者 +@subsubheading 编程 +@subsubheading 字体 +@subsubheading 文档 +@subsubheading 缺陷组 +@subsubheading 支持 +@subsubheading 翻译 +@subheading 以前的开发小组 +@subsubheading 编程 +@subsubheading 字体 +@subsubheading 文档 +@subsubheading 支持 +@subsubheading 翻译 +@node 出版物 +@unnumberedsec 出版物 +@translationof Publications + + +@subheading 我们写的有关 LilyPond 的文章 +@include we-wrote.itexi +@subheading 别人怎么用 LilyPond 的 +@include others-did.itexi +@node 旧闻 +@unnumberedsec 旧闻 +@translationof Old news + + +@include web/news-front.itexi +@include web/news.itexi + +@c -- SKELETON FILE -- diff --git a/Documentation/zh/web/download.itexi b/Documentation/zh/web/download.itexi new file mode 100644 index 0000000000..e2f606893e --- /dev/null +++ b/Documentation/zh/web/download.itexi @@ -0,0 +1,94 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: zh -*- +@c This file is part of web.texi +@ignore + Translation of GIT committish: 676dd9eed5f81540f71c3e3e55666c60f7af36ac + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore + + +@include included/generating-output.itexi +@node 下载 +@unnumbered 下载 +@translationof Download + +@subheading 使用者 +@subheading 开发人员 +@subheading 软件协议 +@subheading 捐赠人 +@subheading 法律条文 +@menu +* Unix:: +* MacOS X:: +* Windows:: +* 源代码:: +* 旧的下载:: +* GPL:: +@end menu + +@node Unix +@unnumberedsec Unix +@translationof Unix + + +@subheading Generic Packages or Distribution-Specific Packages? +@subheading Generic Packages +@subsubheading 下载 +@subsubheading 安装 +@subsubheading 卸载 +@subheading Compiling a file +@subheading Distribution-specific Packages +@subheading Legalese +@node MacOS X +@unnumberedsec MacOS X +@translationof MacOS X + + +@subheading 包 +@subsubheading 下载 +@subsubheading 安装 +@subsubheading 卸载 +@subheading 编译文件 +@subheading 行动命令行 +@subsubheading MacOS X 里的命令行 +@subsubheading 调用单独的脚本 +@subheading 法律条文 +@node Windows +@unnumberedsec Windows +@translationof Windows + + +@subheading 包 +@subsubheading 下载 +@subsubheading 安装 +@subsubheading 卸载 +@subheading 编译文件 +@subheading 行动命令行 +@subsubheading Windows 里的命令行 +@subsubheading 调用单独的脚本 +@subheading 法律条文 + +@node 源代码 +@unnumberedsec 源代码 +@translationof Source + + +@subheading 源代码包Source tarball +@subheading 编译指导 +@node 旧的下载 +@unnumberedsec 旧的下载 +@translationof Old downloads + + +@subheading 所有版本 +@node GPL +@unnumberedsec GPL +@translationof GPL + + +@subheading 软件协议 +@subheading GNU General Public License +@include gpl.itexi + +@c -- SKELETON FILE -- diff --git a/Documentation/zh/web/introduction.itexi b/Documentation/zh/web/introduction.itexi new file mode 100644 index 0000000000..e55c647b06 --- /dev/null +++ b/Documentation/zh/web/introduction.itexi @@ -0,0 +1,139 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: zh -*- +@c This file is part of web.texi +@ignore + Translation of GIT committish: 676dd9eed5f81540f71c3e3e55666c60f7af36ac + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore + + +@node 简介 +@unnumbered 简介 +@translationof Introduction + + +@subheading 我们的目标 +@subheading LilyPond 作什么 +@subheading 使用 LilyPond +@subheading LilyPond 如何工作 +@menu +* 特色:: +* 例子:: +* 自由:: +* 背景:: +* 生产:: +* 测评:: +* 文本输入:: +* 编辑更简单:: +@end menu + +@node 特色 +@unnumberedsec 特色 +@translationof Features + + +@subheading 优雅 +@subsubheading 杰出的古典雕版风格 +@subsubheading 有效的版面选择 +@subheading 易于使用 +@subsubheading 基于文本的输入 +@subsubheading 音乐和文本混合 +@subsubheading 易用性 +@subsubheading 可扩展的设计 +@subheading 环境 +@subsubheading 自由软件 +@subsubheading 出色的支持 +@subsubheading 高级编辑器 +@subheading 现在哪? +@node 例子 +@unnumberedsec 例子 +@translationof Examples + + +@subsubheading 古典音乐 +@subsubheading 复杂的乐谱 +@subsubheading 早期音乐 +@subsubheading 现代音乐 +@subsubheading 有效,灵活地创造表演材料 +@subsubheading 谱号 +@subsubheading 申克分析图 +@subsubheading 声乐 +@subsubheading 教育方面的应用 +@subsubheading 流行音乐 +@subsubheading 大型项目 +@subheading 现在哪? +@node 自由 +@unnumberedsec 自由 +@translationof Freedom + + +@subheading 自由软件 +@subheading 使用者的好处在哪? +@subheading 为什么 LilyPond 的开发者会无偿 @qq{赠送} 他们的工作? +@subheading 现在哪? +@node 背景 +@unnumberedsec 背景 +@translationof Background + + +@subheading 背景文章 +@subheading 现在哪? +@node 生产 +@unnumberedsec 生产 +@translationof Productions + + +@subheading 音乐厅 +@subheading 出版的五线谱音乐 +@subheading 现在哪? +@node 测评 +@unnumberedsec 测评 +@translationof Reviews + + +@subheading 出版的文章 +@subheading 用户推荐 +@subsubheading @uref{http://nyphil.org/meet/orchestra/index.cfm?page=profile&personNum=7, Carter Brey}, Principal Cellist, New York Philharmonic +@subsubheading @uref{http://icem-www.folkwang-hochschule.de/~finnendahl/, Orm Finnendahl}, professor of Composition, Musikhochschule Freiburg +@subsubheading Darius Blasband, composer (Brussels, Belgium) +@subsubheading Kieren MacMillan, composer (Toronto, Canada) +@subsubheading Chris Cannam, lead programmer of the @uref{http://www.rosegardenmusic.com/, RoseGarden} project +@subsubheading Chris Snyder, @uref{http://www.adoromusicpub.com/, Adoro Music Publishing} +@subsubheading David Bobroff, Bass Trombone, Iceland Symphony Orchestra +@subsubheading Vaylor Trucks, Electric guitar player (Yes, @uref{http://www.allmanbrothersband.com/modules.php?op=modload&name=userpage&file=content&page_id=12, related to}) +@subsubheading @uref{http://nicolas.sceaux.free.fr/, Nicolas Sceaux}, @uref{http://www.mutopiaproject.org/, Mutopia} contributor +@subsubheading @uref{http://www.troff.org/whoswho.html#werner, Werner Lemberg}, Conductor at the Theatre in Koblenz, Germany and distinguished GNU Hacker +@subsubheading Paul Davis, developer of @uref{http://jackaudio.org/, JACK} and @uref{http://www.ardour.org/, Ardour} +@subsubheading @uref{http://webusers.siba.fi/~mkuuskan/, Dr. Mika Kuuskankare}, researcher at the @uref{http://siba.fi, Sibelius Academy Finland}, composer and author of Expressive Notation Package (ENP) +@subsubheading @uref{http://camerondh.blogspot.com, David Cameron}, Musician, professional typesetter and long time SCORE user +@subheading 现在哪? +@node 文本输入 +@unnumberedsec 文本输入 +@translationof Text input + + +@subheading @qq{编译} 音乐 +@subsubheading 就像 A B C 一样简单 +@subsubheading 流行音乐 +@subsubheading 配器部分 +@subsubheading 初学者的文档 +@subsubheading 更简单的编辑环境 +@subheading 现在哪? +@node 编辑更简单 +@unnumberedsec 编辑更简单 +@translationof Easier editing + + +@subheading LilyPondTool +@subheading Frescobaldi +@subheading Denemo +@subheading 文本编辑器 +@subheading 可以导出 LilyPond 代码的程序 +@subsubheading 音符,谱号和 MIDI 编辑器: +@subsubheading 算法代码生成器 +@subheading 其它开发不活跃的程序 +@subheading 现在哪? +@subheading 法律术语 + +@c -- SKELETON FILE -- diff --git a/Documentation/zh/web/manuals.itexi b/Documentation/zh/web/manuals.itexi new file mode 100644 index 0000000000..700a5af676 --- /dev/null +++ b/Documentation/zh/web/manuals.itexi @@ -0,0 +1,163 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: zh -*- +@c This file is part of web.texi +@ignore + Translation of GIT committish: 676dd9eed5f81540f71c3e3e55666c60f7af36ac + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore + + +@node 手册 +@unnumbered 手册 +@translationof Manuals + + +@subheading Introduction +@subheading Regular use +@subheading Infrequent Use +@subheading Other material +@menu +* Learning:: +* Glossary:: +* Essay:: +* Notation:: +* Usage:: +* Snippets:: +* FAQ:: +* Web:: +* Changes:: +* Extending:: +* Internals:: +* Translated:: +* All:: +* FDL:: +@end menu + +@node Learning +@unnumberedsec Learning +@translationof Learning + +@untranslated + + +@subheading Learning manual +@node Glossary +@unnumberedsec Glossary +@translationof Glossary + +@untranslated + + +@subheading Glossary +@node Essay +@unnumberedsec Essay +@translationof Essay + +@untranslated + + +@subheading Essay +@node Notation +@unnumberedsec Notation +@translationof Notation + +@untranslated + + +@subheading Notation reference +@node Usage +@unnumberedsec Usage +@translationof Usage + +@untranslated + + +@subheading Usage manual +@node Snippets +@unnumberedsec Snippets +@translationof Snippets + +@untranslated + + +@subheading Snippets +@node FAQ +@unnumberedsec FAQ +@translationof FAQ + +@untranslated + + +@subheading Introductory questions +@subsubheading Where are the graphical canvas, menus, and toolbars? +@subsubheading There's a lot of documentation! Do I need to read it? +@subsubheading That's still a lot of reading! Is it worth it? +@subheading Usage questions +@subsubheading Something isn't working! How do I fix it? +@subsubheading Why do you change the syntax? +@node Web +@unnumberedsec Web +@translationof Web + +@untranslated + + +@subheading Web +@subheading Read it +@subsubheading Latest manual +@subsubheading Web manual in @versionDevel +@node Changes +@unnumberedsec Changes +@translationof Changes + +@untranslated + + +@subheading Changes +@node Extending +@unnumberedsec Extending +@translationof Extending + +@untranslated + + +@subheading Extending LilyPond +@node Internals +@unnumberedsec Internals +@translationof Internals + +@untranslated + + +@subheading Internals reference +@node Translated +@unnumberedsec Translated +@translationof Translated + +@untranslated + + +@subheading Translations status +@include translations.itexi +@node All +@unnumberedsec All +@translationof All + +@untranslated + + +@subheading Downloadable versions +@subheading Previous stable versions +@node FDL +@unnumberedsec FDL +@translationof FDL + +@untranslated + + +@subheading Documentation license +@subheading GNU Free Documentation License 1.1 +@include fdl.itexi + +@c -- SKELETON FILE -- diff --git a/Documentation/zh/web/news-front.itexi b/Documentation/zh/web/news-front.itexi new file mode 100644 index 0000000000..dfba9911e4 --- /dev/null +++ b/Documentation/zh/web/news-front.itexi @@ -0,0 +1,15 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: zh -*- +@c This file is part of web.texi +@ignore + Translation of GIT committish: 676dd9eed5f81540f71c3e3e55666c60f7af36ac + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore + + +@subsubheading 第一个预发行版收回 @emph{Jan 13, 2011} +@subsubheading 2.14 的第一个预发行版 - LilyPond 2.13.46 发布了! @emph{Jan 12, 2011} +@subsubheading LilyPond 2.13.45 发布了! @emph{Jan 3, 2011} + +@c -- SKELETON FILE -- diff --git a/Documentation/zh/web/news.itexi b/Documentation/zh/web/news.itexi new file mode 100644 index 0000000000..f85c9b268c --- /dev/null +++ b/Documentation/zh/web/news.itexi @@ -0,0 +1,4051 @@ +@c -*- coding: utf-8; mode: texinfo; -*- + +@ignore + +(I'd rather have the below in the CG. -gp) +NOTE: + + * avoid "HERE" as name for links, use descriptive link names like + @uref{,Download LilyPond 2.5.16} + + * avoid putting links in running text. They make text harder to read. + Preferably: (@uref{,...}, etc. ) + + * use a descriptive title in @subsubheading + + * writing date in "Month DD, YYYY" format is required for + generating the RSS feed; in case the message (and thus the date) + is not in English, you must write a well-formed date in English + like above in a comment between the closing brace of @emph and the + following line + (see "Japanese translation" below for an example). + + * Split news items in small chunks. It's OK to have more than 1 item + on one day. + + * don't duplicate entries from news-front.itexi +@end ignore + + +@newsItem +@subsubheading Beta test three of 2.14 -- LilyPond 2.13.44 released! @emph{Dec 25, 2010} + +LilyPond 2.13.44 is out; this is the third beta test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +There is still one Critical problem with this release: in one +case, the vertical spacing is much too compressed. If you decide +to test this version, do not be surprised to discover problems; +just send us polite @ref{Bug reports}. + +@newsEnd + + +@newsItem +@subsubheading Beta test two of 2.14 -- LilyPond 2.13.43 released! @emph{Dec 14, 2010} + +LilyPond 2.13.43 is out; this is the second beta test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +There is still one Critical problem with this release: in one +case, the vertical spacing is much too compressed. If you decide +to test this version, do not be surprised to discover problems; +just send us polite @ref{Bug reports}. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.42 released! @emph{Dec 8, 2010} + +We are happy to announce the release of LilyPond 2.13.42. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +Please note that this is @strong{not} the second beta test. Due +to a number of untested changes to our build process, we cannot be +at all confident about the quality of this release. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.41 released! @emph{Dec 4, 2010} + +We are happy to announce the release of LilyPond 2.13.41. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +Please note that this is @strong{not} the second beta test. Due +to a number of untested changes to our build process, we cannot be +at all confident about the quality of this release. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.40 released! @emph{Nov 21, 2010} + +We are happy to announce the release of LilyPond 2.13.40. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +Please note that this is @strong{not} the second beta test. Due +to a number of untested changes to our build process, we cannot be +at all confident about the quality of this release. + +@newsEnd + + +@newsItem +@subsubheading Beta test one of 2.14 -- LilyPond 2.13.39 released! @emph{Nov 15, 2010} + +LilyPond 2.13.39 is out; this is the first beta test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +There are still some Critical problems with this release: the +vertical spacing is suspicious in two cases, and lilypond can +crash with some odd input. If you decide to test 2.13.39, do not +be surprised to discover problems; just send us polite +@ref{Bug reports}. + +@newsEnd + + + + +@newsItem +@subsubheading The LilyPond Report #22. @emph{Nov 3, 2010} + +The @emph{LilyPond Report} is back, with some surprises and exciting +news for the whole LilyPond community! To be found in this issue is +an up-to-date, complete list of all LilyPond mailing lists and forums +around the world. Also, for the very first time our special guest +today is LilyPond’s co-founder and core developer +@strong{Jan Nieuwenhuizen}, who has been busy these past months -- +read on to find out what for! + +Come +@uref{http://news.lilynet.net/The-LilyPond-Report-22, read +LilyPond Report 22} now; comments and contributions are +warmly encouraged! + +@newsEnd + + +@newsItem +@subsubheading Alpha test four of 2.14 -- LilyPond 2.13.38 released! @emph{Oct 31, 2010} + +LilyPond 2.13.38 is out; this is the fourth alpha test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +There are still some Critical problems with this release: the +vertical spacing is suspicious in two cases, and lilypond can +crash with some odd input. If you decide to test 2.13.38, do not +be surprised to discover problems; just send us polite +@ref{Bug reports}. + +@newsEnd + + +@newsItem +@subsubheading Alpha test three of 2.14 -- LilyPond 2.13.37 released! @emph{Oct 25, 2010} + +LilyPond 2.13.37 is out; this is the third alpha test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +There are still some Critical problems with this release: the +vertical spacing is suspicious in two cases, and lilypond can +crash with some odd input. If you decide to test 2.13.37, do not +be surprised to discover problems; just send us polite +@ref{Bug reports}. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.36 released! @emph{Oct 19, 2010} + +We are happy to announce the release of LilyPond 2.13.36. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +Please note that this is @strong{not} the third alpha test. Due +to a number of untested changes to our build process, we cannot be +at all confident about the quality of this release. + +@newsEnd + +@newsItem +@subsubheading The LilyPond Report #21. @emph{Oct 3, 2010} + +The @emph{LilyPond Report} is back, with its two +@qq{grumpy-and-fluffy} editors! This issue mainly deals with +microtonal notation in LilyPond, but does also include a how-to +about running LilyPond from an USB key, not to forget the regular +release news, the bug report of the Report, and some news from +the frog pond! + +Come +@uref{http://news.lilynet.net/The-LilyPond-Report-21, read +LilyPond Report 21} now; comments and contributions are +warmly encouraged! + +@newsEnd + + +@newsItem +@subsubheading Alpha test two of 2.14 -- LilyPond 2.13.35 released! @emph{Sep 29, 2010} + +LilyPond 2.13.35 is out; this is the second alpha test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +Three known regressions against 2.12.3 still exist: +@uref{http://code.google.com/p/lilypond/issues/detail?id=1173, +Issue 1173 MetronomeMarks cannot be aligned on a note if a +multi-measure rest exists in another voice}, and two spacing +bugs: +@uref{http://code.google.com/p/lilypond/issues/detail?id=1240, +Issue 1240} and +@uref{http://code.google.com/p/lilypond/issues/detail?id=1252, +Issue 1252}. If you decide to test 2.13.35, do not be surprised +to discover problems; just send us polite @ref{Bug reports}. + +@newsEnd + + +@newsItem +@subsubheading Alpha test of 2.14 -- LilyPond 2.13.34 released! @emph{Sep 21, 2010} + +LilyPond 2.13.34 is out; this is the first alpha test of the +upcoming 2.14 stable release. Users are invited to experiment +with this version. New features since 2.12.3 are listed in the +@qq{Changes} manual on the website section about +@ref{Development}. + +One known regression against 2.12.3 still exist: +@uref{http://code.google.com/p/lilypond/issues/detail?id=1173, +Issue 1173 MetronomeMarks cannot be aligned on a note if a +multi-measure rest exists in another voice}, but we expect to find +more. If you decide to test 2.13.34, do not be surprised to +discover problems; just send us polite @ref{Bug reports}. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.33 released! @emph{Sep 10, 2010} + +We are happy to announce the release of LilyPond 2.13.33. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +@newsEnd + + + + +@newsItem +@subsubheading LilyPond 2.13.32 released! @emph{Sep 3, 2010} + +We are happy to announce the release of LilyPond 2.13.32. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +@newsEnd + + +@newsItem +@subsubheading LilyPond Report #20. @emph{Sep 2, 2010} + +The @emph{LilyPond Report} is back, with its two +@qq{grumpy-and-fluffy} editors! This issue contains a review of an +online notation editor using lilypond, along with the regular +release news, snippet of the report, news from the frog pond, and +the bug report of the report! + +Come +@uref{http://news.lilynet.net/The-LilyPond-Report-20, read +LilyPond Report 20} now; comments and contributions are +warmly encouraged! +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.31 released! @emph{Aug 24, 2010} + +We are happy to announce the release of LilyPond 2.13.31. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.30 released! @emph{Aug 13, 2010} + +We are happy to announce the release of LilyPond 2.13.30. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +@newsEnd + + +@newsItem +@subsubheading LilyPond Report #19. @emph{Aug 9, 2010} + +The @emph{LilyPond Report} is back, with its two +@qq{grumpy-and-fluffy} editors! This issue contains some +conference news, along with the regular release news, snippet of +the report, news from the frog pond, and the bug report of the +report! + +Come +@uref{http://news.lilynet.net/The-LilyPond-Report-19, read +LilyPond Report 19} now; comments and contributions are +warmly encouraged! +@newsEnd + + + + +@newsItem +@subsubheading LilyPond 2.13.29 released! @emph{Aug 4, 2010} + +We are happy to announce the release of LilyPond 2.13.29. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +This release radically changes the autobeaming rules, so use extra +caution and expect breakage. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.28 released! @emph{July 13, 2010} + +We are happy to announce the release of LilyPond 2.13.28. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +This release includes some major untested changes to the windows +lilypad editor. Windows users should not be using this release +because it is intended for developers only, but you ignore these +warnings and try it anyway, use extra caution. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.27 released! @emph{July 5, 2010} + +We are happy to announce the release of LilyPond 2.13.27. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. +@newsEnd + + +@newsItem +@subsubheading Testing our new website! @emph{June 29, 2010} + +We're testing our new website! For the next 24 hours, the new +website will be the default website; after that, we will switch +back to the old website while we examine feedback and make +improvements to the new website. + +Please send feedback to @code{lilypond-user}; you can find more +information on our page about @ref{Contact}. + +@warning{There are a few known problems with translations. If you +are a non-English speaker, you may prefer to view the old lilypond +website at: +@uref{http://lilypond.org/web/}} + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.26 released! @emph{June 26, 2010} + +We are happy to announce the release of LilyPond 2.13.26. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.25 released! @emph{June 20, 2010} + +We are happy to announce the release of LilyPond 2.13.25. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.24 released! @emph{June 14, 2010} + +We are happy to announce the release of LilyPond 2.13.24. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.23 released! @emph{June 3, 2010} + +We are happy to announce the release of LilyPond 2.13.23. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.22 released! @emph{May 27, 2010} + +We are happy to announce the release of LilyPond 2.13.22. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.21 released! @emph{May 12, 2010} + +We are happy to announce the release of LilyPond 2.13.21. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +This release should be of particular interest to package +maintainers: we have made a few changes to the configure script +and the required libraries. Barring any urgent bug reports, this +is the build system and libraries that will be used for the next +stable release. +@newsEnd + + +@newsItem +@subsubheading LilyPond Report #18. @emph{May 11, 2010} + +The @emph{LilyPond Report} is back, with its two +@qq{grumpy-and-fluffy} editors! This issue will be filled +with emotion and coolness, paper bags and zigzag-ending +staves, plus the usual Frogs and Bugs. + +Come +@uref{http://news.lilynet.net/The-LilyPond-Report-18, read +LilyPond Report 18} now; comments and contributions are +warmly encouraged! +@newsEnd + + + +@newsItem +@subsubheading LilyPond 2.13.20 released! @emph{May 5, 2010} + +We are happy to announce the release of LilyPond 2.13.20. This +release contains the usual number of bugfixes. However, a number +of critical issues still remain, so this release is intended for +developers only. + +Minor syntax change: the undocumented @code{\cresc} and +@code{\decresc} have changed. In addition, the [options] for the +LaTeX mode of @code{lilypond-book} now comes after the +@code{@{lilypond@}}, following normal LaTeX practice. As always, +see the Changes document for more information. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.19 released! @emph{April 24, 2010} + +We are happy to announce the release of LilyPond 2.13.19. This +release contains the usual number of bugfixes. However, 11 +critical issues still remain, so this release is intended for +developers only. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.18 released! @emph{April 16, 2010} + +We are happy to announce the release of LilyPond 2.13.18. This +release contains the usual number of bugfixes, along with improved +website translations. However, 14 critical issues still remain, +so this release is intended for developers only. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.17 released! @emph{April 2, 2010} + +We are happy to announce the release of LilyPond 2.13.17. This +release includes bugfixes for 4 critical issues. However, 15 +critical issues still remain, so this release is intended for +developers only. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.16 released! @emph{March 15, 2010} + +We are happy to announce the release of LilyPond 2.13.16. This +release is intended for developers only, and includes the usual +round of bugfixes. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.15 released! @emph{March 4, 2010} + +We are happy to announce the release of LilyPond 2.13.15. This +release is intended for developers only, and includes a few +updates to the binary build process in addition to the usual round +of bugfixes. +@newsEnd + + +@newsItem +@subsubheading LilyPond Report #17. @emph{March 1, 2010} + +Yay, the Report is back, with a new team! It has been said that +two heads are better than one — does it apply to newsletters as +well? Read on and let us know! In this issue we’ll talk about +websites and poetry, frogs and bugs, not to mention an extensive +review of the Frescobaldi editor! + +What are you waiting for? Come +@uref{http://news.lilynet.net/The-LilyPond-Report-17, read +LilyPond Report 17} now! +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.14 released! @emph{February 27, 2010} + +We are happy to announce the release of LilyPond 2.13.14. This +release is intended for developers only, and includes a large +translation update in addition to the usual round of bugfixes. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.13 released! @emph{February 13, 2010} + +We are happy to announce the release of LilyPond 2.13.13. This +release is intended for developers only, and fixes various +problems with documentation build system as well as adding an +output-preview-framework for our SVG backend. In addition, the +binaries are now approximately 6 megabytes smaller. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.12 released! @emph{February 2, 2010} + +We are happy to announce the release of LilyPond 2.13.12. This +release is intended for developers only, and brings more stability +and fewer bugs to the build system and Contributor's Guide. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.11 released! @emph{January 16, 2010} + +We are happy to announce the release of LilyPond 2.13.11. This +release is intended for developers only, and brings a number of +improvements to the build system, Contributor's Guide, and fixes 4 +critical regressions against earlier versions. +@newsEnd + +@newsItem +@subsubheading LilyPond 2.13.10 released! @emph{December 31, 2009} + +We are happy to announce the release of LilyPond 2.13.10. This +release is intended for developers only, and brings a number of +improvements such as predictable regression test output filenames +and English names for feta filenames. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.12.3 released! @emph{December 20, 2009} + +We are happy to announce the release of LilyPond 2.12.3. This +version contains the long-awaited fix for our GUI on MacOS X 10.5 +and 10.6. In addition to the GUI fixes, this version contains +dozens of bugfixes backported from the unstable development +version. + +We recommend that all users upgrade to this version. This is the +last planned release in the 2.12 stable series; development now +shifts towards the upcoming 2.14 series. + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.9 released! @emph{December 12, 2009} + +LilyPond 2.13.9 is now out. From 2.13.9 onwards, LilyPond is +licensed under the GNU GPL v3+ for code, and the GNU FDL 1.3+ for +documentation. In addition to the usual round of bugfixes, this +release adds a shortcut for repeated chords. + +Please note that 2.13 is an @strong{unstable development} branch; +normal users should continue to use 2.12. + +@newsEnd + +@newsItem +@subsubheading New Website! @emph{October 3, 2009} + +As you can see, we have a new website design. Many thanks to +texi2html and CSS for being so flexible! + +@newsEnd + + +@newsItem +@subsubheading LilyPond Report #16. @emph{September 6, 2009} + +The LilyPond Report is back! This short, informal opinion column is +about the LilyPond project: its team, its world, its community. +Read @uref{http://news.lilynet.net/The-LilyPond-Report-16, issue 16} +now! + +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.13.3. @emph{July 2, 2009} + +This unstable release contains working menus in OSX 10.5; many +thanks to Christian Hitz for fixing this long-standing problem! +This release also contains numerous other bugfixes and features +such as ties with variable thickness, partially dashed slurs, and +eyeglasses.@* +We are planning another 2.12 release in the next week or two, +which will include the menu fixes for OSX 10.5. Normal users may +wish to wait for this release rather than using an unstable +release.@* +@ref{Changes}, +@ref{Development}. +@newsEnd + + +@newsItem +@subsubheading A LilyPond weboldala magyarul. @emph{May 22, 2009} + +Elkészült a lilypond.org nagy részének magyar fordítása a LilyPond +honosítási projekt első lépéseként. A projekt célja a LilyPond +szabad kottaszedő szoftver minél széleskörűbben elérhetővé tétele +a magyar felhasználók számára a teljes weboldal és dokumentáció +lefordítása révén. A teljes dokumentáció lefordításához +közreműködőket keresünk. Ha részt vennél a honosításban, küldj egy +e-mailt a @code{harmathdenes AT gmail.com} címre!@* +Harmath Dénes, a LilyPond honosítási projekt +vezetője +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #15. @emph{May 18, 2009} + +The @emph{LilyPond Report} is a short, informal opinion column about the LilyPond project: +its team, its world, its community. +Follow @uref{http://news.lilynet.net/The-LilyPond-Report-15,this link} +to read the full issue... +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #14. @emph{April 13, 2009} + +The @emph{LilyPond Report} is back, on a new website! +This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community. +Follow @uref{http://news.lilynet.net/The-LilyPond-Report-14,this link} to read the full issue... +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.12.2 and 2.13.0 — @emph{March 21, 2009} + +As a very belated announcement, the stable version of LilyPond is +now 2.12.2, and the next development version has begun with +2.13.0. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.12.0 @qq{Rune} — @emph{December 27, 2008} + +A new stable release of LilyPond is available. +@* +@uref{announce-v2.12,Announcement}, +@ref{Changes}, +@ref{Download}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.65 — Release Candidate. @emph{December 2, 2008} + +This release has improvements to MusicXML import, contributed by +Reinhold Kainhofer, and adds support for splitting a book in several +book parts, contributed by Nicolas Sceaux. +Nested contexts of the same type are now allowed with any depth, and +overriding nested properties can be done with list syntax, thanks to +Neil Puttock. +This is hopefully the last Release Candidate before stable release 2.12, +so you are welcome to test this release if you can to report new +issues.@* +@bugfixes{2_11_65,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.64. @emph{November 18, 2008} + +LilyPond 2.11.64 is available. MusicXML import has been improved, +including church modes support, and a few bugs in the compilation +and documentation building processes are fixed. The three +documentation manuals are now fully translated in Spanish, thanks +to Francisco Vila. The font cache problem in Windows binaries +which used to cause excessive slowness should be fixed. +@* +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.63. @emph{October 29, 2008} + +LilyPond 2.11.63 is available. This release has lots of updates to the +documentation and translations. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.62 – Release Candidate. @emph{October 11, 2008} + +LilyPond 2.11.62 is available. This is is one of the last releases +before 2.12, so testing it is encouraged. In addition to a bugfix +in @code{\tempo} command, this release has lot of updates +to Spanish and German documentation translations, and the +stylesheet for HTML documentation has been improved. +@* +@bugfixes{2_11_62,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.61 available. @emph{October 1, 2008} + +LilyPond 2.11.61 has been released. It has updates to +documentation translations, and a new automatic accidentals style +(teaching) has been added. +@* +@bugfixes{2_11_61,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.60 available. @emph{September 25, 2008} + +LilyPond 2.11.60 has been released. A new style of double repeat +bar line has been added, and @code{printallheaders} variable in +score block has been renamed to @code{print-all-headers}. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.59 available. @emph{September 20, 2008} + +Release 2.11.59 is out. LilyPond now uses 64 bit integers for +rational numbers, which allows typesetting more complex polymetric +music. This release also has updates to German and Spanish +translations of the documentation. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.58 available. @emph{September 13, 2008} + +LilyPond 2.11.58 is a beta release, which means the next stable +release is expected in a few weeks. This release is also special, +as it includes code which supports more flexible automatic +accidentals rules, written several months ago by Rune Zedeler, +deceased since then. All the development team express their +condolences to his family and his friends. Besides this, +automatic beaming has been improved by Carl Sorensen, support +for creating stem flags in a new style has been contributed by +Reinhold Kainhofer, and a few bugs have been fixed. +@* +@bugfixes{2_11_58,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.57 available. @emph{August 27, 2008} + +LilyPond 2.11.57 is out. This release adds support for harp pedal +diagrams, contributed by Reinhold Kainhofer, and some changes in +markup command names have been made. +@* +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.56 available. @emph{August 17, 2008} + +LilyPond 2.11.56 is out. This release features transposable fret +diagrams, contributed by Carl Sorensen. Translations status pages +are now available from the documentation start page. Two +predefined commands @code{\pointAndClickOn}, +@code{\pointAndClickOff} have also been added. +@* +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.55 available. @emph{August 6, 2008} + +LilyPond 2.11.55 is out. This release fixes several bugs, and for octavation brackets +@code{set-octavation} has been replaced by a more user-friendly command, @code{\ottava}. +@* +@bugfixes{2_11_55,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.54 available. @emph{July 30, 2008} + +LilyPond 2.11.54 is out. This release fixes a bug in tie formatting +following a line break, and changes the behavior of @code{short-indent} +so that short instrument names are no longer indented in the margin. +@* +@bugfixes{2_11_54,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.53 available. @emph{July 23, 2008} + +LilyPond 2.11.53 is out. This release fixes a lot of bugs. +@* +@bugfixes{2_11_53,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.52 available. @emph{July 14, 2008} + +Release 2.11.52 fixes wrong offset of a bar number when it follows +a breath mark, and syntax changes made in recent development +releases are now fully listed on the News page. +@* +@bugfixes{2_11_52,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.51 available. @emph{July 8, 2008} + +Release 2.11.51 has a couple of bugfixes, and a lot of changes in +predefined command names. Fret diagrams formatting has been +improved by Carl Sorensen, it is now controlled +by @code{fret-diagram-details} property. +@* +@bugfixes{2_11_51,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.50 available. @emph{July 2, 2008} + +Release 2.11.50 adds support for metronome marks with text, and +backslashed numbers for figured bass, contributed by +Reinhold Kainhofer. +@* +@bugfixes{2_11_50,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #13. @emph{June 23, 2008} + +This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community. +Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-13,this link} to read the full issue... +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #12. @emph{June 16, 2008} + +This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community. +Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-12,this link} to read the full issue... +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.49 released. @emph{June 12, 2008} + +LilyPond 2.11.49 is out. It fixes a number of bugs, including bugs in beams formatting. +@* +@bugfixes{2_11_49,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.48 released. @emph{June 9, 2008} + +LilyPond 2.11.48 is out. This release fixes a few bugs, and +@code{\compressMusic} has been renamed +to @code{\scaleDurations}. +@* +@bugfixes{2_11_48,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #11. @emph{June 9, 2008} + +This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community. +Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-11,this link} to read the full issue... +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #10. @emph{June 2, 2008} + +Welcome to this special tenth issue of the @emph{LilyPond Report}, entirely dedicated to Algorithmic Composition systems.@* +Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-10,this link} to read the full issue... +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.47 released. @emph{May 28, 2008} + +LilyPond now allows all text context properties to be markups, +except in @code{\lyricmode}. This release also fixes +regression tests maintenance for developers. +@* +@bugfixes{2_11_47,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.46 available. @emph{May 22, 2008} + +Release 2.11.46 fixes a lot of bugs and includes a rewrite of +dynamics engravers. Support for slur-shaped arpeggios has been added. +@* +@bugfixes{2_11_46,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading RSS feed - @emph{May 21, 2008} + +A RSS feed is now available on lilypond.org. It contains all +news announced on the web site start page: releases, LilyPond +report, new translations of the site and publications. +@uref{http://lilypond.org/web/lilypond-rss-feed.xml,Feed URL}. +The info mailing list (see @ref{Contact}) is still used to +announce releases and special events. +@newsEnd + + +@newsItem +@subsubheading The LilyPond Report #9. @emph{May 05, 2008} + +Welcome to this ninth issue of the @emph{LilyPond Report}!@* +This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community. +Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-9,this link} to read the full issue... +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.45 available. @emph{April 26, 2008} + +Release 2.11.45 fixes a couple of bugs in the formatting +engine. @code{lilypond-book} has been improved, with better +performance, a bugfix about included files, and more flexibility +for preprocessing documents with LaTeX variants. Support for +enclosing text in a rounded box has been contributed by Valentin +Villenave. +@* +@bugfixes{2_11_45,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.44 available. @emph{April 14, 2008} + +Release 2.11.44 is available. Support for figured bass and chord +names has been added to the MusicXML +converter. +@* +@bugfixes{2_11_44,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading lilypond.org日本語訳 (lilypond.org Japanese translation). @emph{2008å¹´4月8日 (April 4, 2008)} + +lilypond.orgのいくつかのページの日本語訳が出来ました。 +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.43 available. @emph{March 31, 2008} + +Release 2.11.43 has been available since March 27. It fixes a +couple of formatting bugs, and the font cache problem with +MS-Windows binaries which caused excessive slowness has been +fixed. +@* +@bugfixes{2_11_43,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.42 available. @emph{March 9, 2008} + +Release 2.11.42 is out. It fixes some formatting and spacing +bugs. +@* +@bugfixes{2_11_42,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading Comparison of music engraving with Finale and LilyPond. @emph{February 25, 2008} + +In three articles, Andrew Hawryluk compares Finale and LilyPond in +general terms, and evaluates in detail engraving capabilities of +both pieces of software. The second article is an instructive +analysis of Rachmaninoff's Piano Prelude 6 engraving, including +comparisons with a reference hand-engraved edition. +@uref{http://www.musicbyandrew.ca/finale-lilypond-1.html,Read +the articles}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.41 available. @emph{February 25, 2008} + +Release 2.11.41 is available. It has a few bugfixes, updated +program messages in French, German, Spanish and Vietnamese, and +updates to the MusicXML converter. +@* +@bugfixes{2_11_41,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.37 available. @emph{January 3, 2008} + +Release 2.11.37 is available. It has a few bugfixes, and +documentation changes. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.36 available. @emph{December 13, 2007} + +Release 2.11.36 is now available. It has many bugfixes, updates +for MusicXML import, and it includes major documentation changes from +Grand Documentation Project. +@* +@bugfixes{2_11_36,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.33 and 2.11.33 available. @emph{September 20, 2007} + +Release 2.11.33 is now available. +@* +@bugfixes{2_10_33,2.10}, +@bugfixes{2_11_33,2.11}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.32 available. @emph{September 2, 2007} + +Release 2.11.32 is now available. +@* +@bugfixes{2_11_32,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.31 available. @emph{August 31, 2007} + +Release 2.11.31 is now available. It has more bugfixes, updates +for MusicXML import and lots of updates for the translations. +@* +@bugfixes{2_11_31,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.30 available. @emph{August 20, 2007} + +Release 2.11.30 is now available. It has various bugfixes among +others in the new spacing code, MusicXML import and lots of updates +for the translations. +@* +@bugfixes{2_11_30,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.29 and 2.11.29 available. @emph{August 11, 2007} + +Release 2.11.29 is now available. 2.10.29 has a few small fixes. +2.11.29 has several bugfixes, among others in the new spacing code, +and lots of updates for the translations. +@* +@bugfixes{2_10_29,2.10}, +@bugfixes{2_11_29,2.11}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.28 for FreeBSD x86_64. @emph{August 10, 2007} + +Release 2.11.28 is now available as a binary installer for +FreeBSD x86_64. Download +@uref{http://lilypond.org/download/binaries/freebsd-64/lilypond-2.11.28-1.freebsd-64.sh,the installer} and +do @emph{sh lilypond-2.11.28-1.freebsd-64.sh} in a command window. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.28 available - @emph{July 25, 2007} +Release 2.11.28 has several updates to the manual and its +translations, an plethora of bugfixes and a complete cleanup of the +spacing engine code. +@* +@bugfixes{2_11_28,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.26 available - @emph{June 8, 2007} + +Release 2.11.26 supports page markers, eg. for use in +tables-of-contents. In addition, it fixes a number of bugs. Enjoy! +@* +@bugfixes{2_11_26,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.25 and 2.11.25 available - @emph{May 20, 2007} + +Release 2.11.25 has support for toplevel page breaking commands, +and page breaking as a whole has been sped up significantly. Enjoy! +@* +@bugfixes{2_10_25,2.10}, +@bugfixes{2_11_25,2.11}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.23 and 2.11.23 available - @emph{May 1, 2007} +This has lots of bugfixes. +@* +@bugfixes{2_10_23,2.10}, +@bugfixes{2_11_23,2.11}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading Übersetzung der Dokumentation - @emph{10. April 2007} +Die Kapitel 1-5 (der Abschnitt für Anfänger) des +LilyPond-Benutzerhandbuchs +sind auf deutsch übersetzt — sie sind erhältlich für +die @ref{Changes} +online und @ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.22 available - @emph{April 10, 2007} +This release has updates of the dot collision code. +@* +@bugfixes{2_11_22,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.21 available - @emph{March 24, 2007} +This release has some documentation updates. +@* +@bugfixes{2_11_21,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading Traduction de la documentation en français - @emph{25 février 2007} +Les chapitres 1 à 4 et 6 du manuel de l'utilisateur sont +désormais traduits, et disponibles en ligne — @uref{@@DOC@@v2.10/Documentation/user/lilypond/index.fr.html,version +2.10}, @uref{@@DOC@@v2.11/Documentation/user/lilypond/index.fr.html,version +2.11}. Les traductions sont également incluses dans la @uref{install,documentation téléchargeable}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.20 and 2.11.20 available - @emph{February 25, 2007} +This release fixes many bugs. +@* +@bugfixes{2_10_20,2.10}, +@bugfixes{2_11_20,2.11}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.19 and 2.11.19 available - @emph{February 18, 2007} +This release fixes many bugs. +@* +@bugfixes{2_10_19,2.10}, +@bugfixes{2_11_19,2.11}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.18 available - @emph{February 12, 2007} +This release fixes still more bugs, and included +singing support through festival contributed by Milan Zamazal. +@* +@bugfixes{2_11_18,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.17 available - @emph{February 9, 2007} +This release fixes still more bugs. +@* +@bugfixes{2_11_17,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.16 and 2.11.16 available - @emph{February 4, 2007} +This release fixes many bugs. +(@bugfixes{2_10_16,2.10}, +@bugfixes{2_11_16,2.11}, +@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.15 and 2.11.15 available - @emph{February 1, 2007} +This release will stretch piano staves on a +system-by-system basis and add a few glyphs: a black harmonic note +head and the slashed mirrored flat. +@* +@bugfixes{2_10_15,2.10}, +@bugfixes{2_11_15,2.11}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.14 and 2.11.14 available - @emph{January 26, 2007} +This release has a rewrite of the line-spanner code, responsible for +among other glissandi and text-crescendos, making them more flexible. +@* +@bugfixes{2_11_14,}, +@ref{Changes}, +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.13 and 2.11.13 available - @emph{January 17, 2007} +This release fixes a few minor but irritating bugs. In addition, the +2.11 release has updates of the tutorial. +@* +@bugfixes{2_11_13,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.12 available - @emph{January 17, 2007} +This release fixes lots of bugs. In particular, the tie formatting has +been further improved, and memory usage has been improved enormously. +@* +@bugfixes{2_11_12,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.12 available - @emph{January 17, 2007} +This release mirrors 2.11.12. Notably, it has the same memory +usage improvements. +@* +@bugfixes{2_10_12,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.11 available - @emph{January 12, 2007} +This release mostly has the same fixes as 2.11.11. +@* +@bugfixes{2_10_11,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.11 available - @emph{January 11, 2007} +This release has further fixes for popular bugs. Timing of the MIDI +output won't get confused by tuplets and grace notes anymore. Some fat +has also been trimmed of the skyline code performance. +@* +@bugfixes{2_11_11,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.10 available - @emph{January 8, 2007} +LilyPond 2.11.10 has further review of the test-suite, performance and +code coverage. This brought to light several problems that were +fixed. Notably, 2.11.10 fixes lots of regressions in optical +correction spacing and MIDI dynamics. Also, this version is 20 to 50 +% faster than previous 2.11 releases. +@* +@bugfixes{2_11_10,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.10 available - @emph{January 8, 2007} +This release fixes several popular bugs, among others: MIDI files +that go silent after (de)crescendi, and tuplets problems with quoting +and part-combining. +@* +@bugfixes{2_10_10,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.9 and 2.10.9 available - @emph{January 3, 2007} +This release has a couple of bugfixes, and —in 2.11.9&mdash +further improvements in the regression test suite +@* +@bugfixes{2_11_9,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.8 and 2.10.8 available - @emph{January 3, 2007} +New! Improved! With even more bugfixes! +@* +@bugfixes{2_11_8,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading @code{lilypond.org} auf deutsch - @emph{31. Dezember 2006} +Die LilyPond-Webseiten sind jetzt auch auf deutsch übersetzt! +@newsEnd + + +@newsItem +@subsubheading @code{lilypond.org} en español - @emph{December 29, 2006} +¡Ya está disponible la versión en español del sitio web de LilyPond! +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.7 and 2.10.7 available - @emph{January 1, 2007} +New! Improved! With even more bugfixes! +@* +@bugfixes{2_11_7,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.6 available - @emph{December 30, 2006} +This release supports arbitrary fractional alterations, allowing +music with different microtonal conventions to be typeset. +@* +@bugfixes{2_11_6,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.6 available - @emph{December 30, 2006} +New! Improved! With even more bugfixes! +@* +@bugfixes{2_10_6,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.5 available - @emph{December 24, 2006} +These releases complete the translation infrastructure for +Documentation. +@* +@bugfixes{2_11_5,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.5 available - @emph{December 24, 2006} +New! Improved! With even more bugfixes! +@* +@bugfixes{2_10_5,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.4 available - @emph{December 21, 2006} +The vertical spacing improvements that were introduced in 2.11.0 now work +within a system as well as between systems. +@* +@bugfixes{2_11_4,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.3 available - @emph{December 19, 2006} +This release has @uref{http://lilypond.org/doc/v2.11/compare-v2.10.3/index.html,graphical +test results} and several website build improvements. +@* +@bugfixes{2_11_3,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.3 available - @emph{December 19, 2006} +This release fixes several bugs. +@* +@bugfixes{2_10_3,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LinuxPPC binaries available! - @emph{December 19, 2006} +From now on, our GUB binary builds include support for Linux/PPC. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading Traduction du tutoriel en français. @emph{December 13, 2006} +Fruit du travail d'une équipe de traducteurs, le tutoriel en +français est maintenant disponible en ligne. @uref{@@DOC@@v2.10/Documentation/user/lilypond/Tutorial.fr.html,Version +2.10}, @uref{@@DOC@@v2.11/Documentation/user/lilypond/Tutorial.fr.html,Version +2.11}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.2 available - @emph{December 12, 2006} +This release supports glissandi and harmonics in tablature. +@* +@bugfixes{2_11_2,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.2 available - @emph{December 12, 2006} +A new stable release of LilyPond is available. +@* +@bugfixes{2_10_2,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.1 available - @emph{December 4, 2006} +This release has improved support for horizontal spacing. +@* +@bugfixes{2_11_1,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.1 available - @emph{December 3, 2006} +A new stable release of LilyPond is available. +@* +@bugfixes{2_10_1,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.11.0 available - @emph{November 27, 2006} +This release has improved support for vertical spacing. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.10.0 available - @emph{November 11, 2006} +A new stable release of LilyPond is available. (@uref{announce-v2.10.html,Announcement}, @ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading GIT repository online - @emph{November 11, 2006} +LilyPond development has moved over its source code to @uref{http://git.or.cz,GIT}, the fast version control +system. Check out our repository at @uref{http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=summary,gnu.org}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.29 available - @emph{November 5, 2006} +This release has many more bugfixes. +@* +@bugfixes{2_9_29,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.28 available - @emph{November 3, 2006} +This release has many more bugfixes. +@* +@bugfixes{2_9_28,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.27 available - @emph{October 28, 2006} +This release has a new @code{FretBoards} context, and some further +bugfixes. +@* +@bugfixes{2_9_27,}, +@ref{Changes}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading Music streams thesis available - @emph{October 21, 2006} +The last months, Erik Sandberg has been overhauling the internals of +Lily. This change introduces a new intermediate format, Music Streams, +which will make it easier get music data out of LilyPond. A copy of +the thesis is now available from lilypond.org +(@ref{Publications}). +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.26 available - @emph{October 20, 2006} +This release has further bugfixes. +@* +@bugfixes{2_9_26,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.25 available - @emph{October 18, 2006} +This release has more bugfixes; from now on, binaries are also +available for x86/64. +@* +@bugfixes{2_9_25,}, +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.24 available - @emph{October 15, 2006} +This release has support for right hand guitar fingerings, and offers +some bugfixes. (@ref{Changes}, +@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed2924&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.23 available - @emph{October 12, 2006} +This release cuts fragments of EPS directly from your finished score, +and makes it easier to insert ties into lyrics. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.22 available - @emph{October 9, 2006} +Test this release candidate for LilyPond 2.10! (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.21 available - @emph{October 4, 2006} +Test this release candidate for LilyPond 2.10! (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.20 available - @emph{October 3, 2006} +Test this release candidate for LilyPond 2.10! (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.17 available - @emph{September 2, 2006} +This release fixes many bugs. Among others, MacOS X QuickTime now +honors tempo changes are in the MIDI output. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.16 available - @emph{August 25, 2006} +In this release, chords may be partially tied and lyric extenders have +tunable padding. Moreover, many bugs were fixed +(@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.15 available - @emph{August 20, 2006} +This releases fixes many bugs in the 2.9.14 release. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.8.6 available - @emph{August 8, 2006} +This release contains a few minor bugfixes; the source tarball is also +available. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.14 available - @emph{August 4, 2006} +This release supports instrument name changes, dotted barlines and +better spacing for floating grace notes. In addition, it contains +ongoing work by Erik Sandberg to extend the interpretation phase with +stream support. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.13 available - @emph{July 23, 2006} +This release supports doits and falls, and more tuning options for +grace note spacing and tuplet brackets. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.12 available - @emph{July 18, 2006} +This release supports pdftex for lilypond-book, and uses PdfTeX for +generating manuals, so page numbers and references are now clickable. +(@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.11 available - @emph{July 12, 2006} +This release wraps improvements of the last two weeks. As a new +feature, it supports tunable tuplet number formatting for nested +tuplets. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.10 available - @emph{June 15, 2006} +This releases fixes a couple of bugs in 2.9.9. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.9 available - @emph{June 15, 2006} +This releases fixes many bugs in 2.9.8 and earlier. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.8 available - @emph{June 6, 2006} +2.9.8 has support for different spacing sections within a single +score, and better infrastructure for automated regression testing. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.8.4 available - @emph{June 4, 2006} +2.8.4 fixes some minor bugs, and includes a backport of the +infrastructure for automated regression testing. +(@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading First test results available - @emph{June 4, 2006} +After a week of frantic tweaking, the first automated testing results +are available. You can now see @uref{http://lilypond.org/doc/v2.9/compare-v2.8.4/index.html,in full +glory} what features are broken in the development release +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.7 available - @emph{May 30, 2006} +2.9.7 has improvements in the formatting for figured bass, and +includes a new framework for detecting bugs earlier, which will make +the development releases even better +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.6 available - @emph{May 24, 2006} +This +release has new features in beam formatting: beams may now be put on +single stems, and obey the @code{beatGrouping} property. MusicXML +converter. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading New essay pages! - @emph{May 22, 2006} +The @emph{Automated Engraving} essay has been updated with material +from the @uref{http://fisl.softwarelivre.org,FISL} talk, with +pages on @uref{about/automated-engraving/problem-statement,modeling +notation} and @uref{about/automated-engraving/scoring-esthetics,algorithms for +esthetics}. Happy reading! +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.5 available - @emph{May 17, 2006} +This release supports object rotation, hairpins with circled tips, +hairpins that run to barlines before notes and improvements in the +MusicXML converter. +(@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.4 available - @emph{May 12, 2006} +This release has support for feathered beaming, and note head styles in +the markup @code{\note} command. In addition, it has a lot of updates +of the manual and a clean up of the spring spacer. +(@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.8.2 available - @emph{May 12, 2006} +This release has fixes for minor bugs and compilation issues. +(@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.3 is out! - @emph{May 7, 2006} +This new release has lots of updates of the manual, courtesy Graham +and the contributors of the mailing. It handles formatting for ties in +arpegiated chords better (feature sponsored by +Steve Doonan), it has al niente hairpins, courtesy of Erlend Aasland, +and some cleanups of the PostScript output, courtesy David Feuer. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading FISL7.0 slides available - @emph{April 22, 2006} +The slides for Han-Wen's talk at +@uref{http://fisl.softwarelivre.org,FISL 7} are now online. +(@ref{Publications}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.8.1 is out! - @emph{April 3, 2006} +Important bugfixes include CJK font handling and a Darwin/x86 port. +(@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.9.1 is out! - @emph{April 3, 2006} +It's mostly a bugfix release, and it's almoste the same as 2.8.1. This +release mainly fixes problems with CJK font loading. +(@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond on MacOS X/Intel - @emph{March 31, 2006} +LilyPond now also runs on Intel based macs, offering a 400% +speedup over the emulated PowerPC binaries. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.8.0 is out! - @emph{March 22, 2006} +Version 2.8 is here! Read the @uref{announce-v2.8.html,release +announcement}. (@ref{Changes}, @ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.39 is out - @emph{March 17, 2006} +This release has even more bug fixes. Please test before 2.8 is +released. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.38 is out - @emph{March 12, 2006} +This is likely to be the last release candidate before we release 2.8, +so report any bugs that you might find. New attractions include: +lilypond postscript files now work with GSView, cut & pasting lily +code from PDF files should now work, and spacing fixes for +multi-measure rests. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.37 is out - @emph{March 4, 2006} +This release has more bug fixes. Please help us by testing it! +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.36 is out - @emph{February 24, 2006} +This is another release candidate for 2.8. It has lots of bug fixes +and polishes to the documentation. It also contains support for +creating ties that are only on their right side connected to note +heads, which is handy for repeats (feature sponsored by Steve Doonan). +The documentation suite can now be downloaded as a separate tarball +from lilypond.org. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.35 is out - @emph{February 19, 2006} +This release has lots of bugs fixes. The plan is to release 2.8 at the +end of this month, so bug reports are @strong{very} welcome. By +definition a bug is release critical if it wasn't present in version +2.6. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.34 is out - @emph{February 16, 2006} +This release has a bunch of bugfixes, and new features. Newly created +contexts may also be named with @code{\new Voice = +"alto"}. Thicknesses of tie and slurs may be tuned separately for +the endings and the middle +part. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.33 is out - @emph{February 10, 2006} +Items directly connected with a music input element may be +parenthesized, for example, +@verbatim +{ + c4 -\parenthesize -. + +} +@end verbatim + +This feature was sponsored by Ramana Kumar. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.32 is out - @emph{February 7, 2006} +This release contains some syntax changes: words inside the \paper and +\layout block are henceforth written with dashes, for instance: + +@verbatim +{ + \layout { + ragged-right = ##t + } +} +@end verbatim + +Furthermore, in this release, we have dropped some legacy code from +our library. Now, lily uses standard C++ strings and the STL +vector. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.31 is out - @emph{February 2, 2006} +This release fixes a load of bugs, and has some internal +cleanups. Exported C++ members are now named +ly:class-name::function-name in Scheme instead of +Class_name::function_name. We are now using C++ vectors and strings +instead of our own. The Linux/FreeBSD builds now include wrappers for +Python scripts too, so you can run convert-ly and midi2ly. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.30 is out - @emph{January 30, 2006} +This release has a few bug fixes, like the solfa note head shape and +collisions, the \epsfile command, and in getting No. ligature in +normal words. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.29 is out - @emph{January 27, 2006} +This release has the following new features. Alignments of staves may +be tuned per system (feature sponsored by Trevor Baca), individual +systems may be positioned manually (feature sponsored by Trevor Baca +and Nicolas Sceaux), a linebreaking configuration can now be saved as +a `.ly' file automatically. This allows vertical alignments to be +stretched to fit pages in a second formatting run (feature sponsored +by Trevor Baca and Nicolas +Sceaux). (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.28 is out - @emph{January 22, 2006} +This release contains numerous small fixes that were already in our +GUB binaries. In addition, it has further polish for formatting of +tied chords. Theses improvements were sponsored by Steve +Doonan. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.27, release 4 - @emph{January 13, 2006} + +The fourth release of our Grand Unified Binary for 2.7.27 is +available. This release uses Pango 1.11.1, which has support for +ligatures and kerning. Enjoy! (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.27, release 3 - @emph{January 12, 2006} +The third release of our Grand Unified Binaries is available. This +release fixes external font-support, the decompression flag for +Linux. Also, we have support for @strong{FreeBSD} as well! Jump +to the @ref{Old downloads} get them! +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.27 binaries are out - @emph{January 7, 2006} +Starting with 2.7.26, the development team has been working on the +installers. We're proud to announce another version of these: they are +now available for +@uref{http://lilypond.org/download/binaries/linux-x86/lilypond-2.7.27-1.linux.sh, +Linux/x86}, +@uref{http://lilypond.org/download/binaries/MacOS/lilypond-2.7.27-2.zip, +MacOS X} and +@uref{http://lilypond.org/download/binaries/mingw/lilypond-2.7.27-2.exe, +Windows}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.27 is out - @emph{January 7, 2006} +This release allows you to switch staff lines on and off individually +(feature sponsored by Andrea +Valle). (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading Linux Journal article - @emph{January 2006} +Linux Journal publishes an article on +@uref{http://www.linuxjournal.com/article/8364,@emph{Make +Stunning Schenker Graphs with GNU LilyPond}}. It is a +in-depth but hands-on feature article with crisp LilyPond +graphics. +@* +Author Kris Shaffer remarks +“GNU LilyPond generates beautiful graphics that make commercial +alternatives seem second-rate.” +This article is now available @uref{http://www.linuxjournal.com/article/8583,on-line}. +@newsEnd + + +@newsItem +@subsubheading New binaries for LilyPond 2.7.26 - @emph{January 4, 2006} +The Development team has been working around the clock to improve +to fix the first wave bugs reported by you. The new results for MacOS +and Windows are up on the @ref{Old downloads} +page. Let us know how you fare! +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.26 is out - @emph{December 31, 2005} +This release has an improvement in the MusicXML importer (feature +sponsored by Mark vd Borre's Music Academy): now, staves and voices +are also setup, so you can readily run LilyPond on the .ly output. +The important occasion for this release is our new build +environment: we have completely revamped it, which means that binaries +for all platforms (including MacOS, Windows, Linux/x86, but probably +FreeBSD too) will be more quickly available for download. +A happy 2006 from the LilyPond Development Team! +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.25 is out - @emph{December 24, 2005} +This release has various bugfixes. Also, stems on the center line now +have their directions interpolated to minimize the number of direction +changes (feature sponsored by Basil Crow and Mike +Rolish). (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.24 is out - @emph{December 20, 2005} +This release fixes a couple of bugs, but more importantly, slurs now +avoid TupletNumbers, and tuplet numbers may enter the staff (feature +sponsored by Trent Johnston), tuplet brackets and numbers are +implemented as separate grobs, TupletBracket and TupletNumber (rewrite +sponsored by Trent Johnston), string arguments for music functions may +be specified without # marks. This allows syntactical constructs (like +\clef and \bar) to be expressed in generic music +functions. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.23 is out - @emph{December 19, 2005} +This release has the following new features: +@itemize +@item +Ties in chords are also formatted using score based +formatting. This reduces the number of collisions for ties in chords +(feature sponsored by Steve Doonan). +@item +With the \tweak music function, layout objects that are directly +connected to input may be tuned easily (feature sponsored by Sean Reed +and Bertalan Fodor). +@item +Generic music functions may now also be used on +articulations and chord elements (feature sponsored by Sean Reed and +Bertalan Fodor). +@item +Better support for MusicXML, more options for spacing Lyrics; +it is now possible to separately specify minimum distances for normal +and hyphenated syllables (features sponsored by Mark van den Borre and +Bertalan Fodor. +@end itemize +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.22 is out - @emph{December 9, 2005} +This release has better support for MusicXML: it also supports ties, +beams and editorial accidentals. It also has more options for spacing +Lyrics; it is now possible to separately specify minimum distances for +normal and hyphenated syllables. These features were sponsored by Mark +van den Borre and Bertalan +Fodor. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.21 is out - @emph{December 5, 2005} +Saint Nicholas brings you ... a @uref{http://www.musicxml.org/,MusicXML} convertor for LilyPond! +The convertor is basic, but working. Check out the @uref{http://www.lilypond-design.com/sponsor/open-features.html#inputfilter, +LilyPond Software Design} pages for MusicXML features that can be +sponsored. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.20 is out - @emph{December 2, 2005} +This release contains the following improvements: Texts set in a +TrueType font are now kerned. Using the TeX no longer requires linking +or dynamically opening the kpathsea library, making the backend more +easily usable on various systems (feature sponsored by Christian Ebert +of Black Trash +Productions). (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.6.5 is out - @emph{December 1, 2005} +This release updates the bugreporting address and reorganizes the +documentation tree. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.19 is out - @emph{November 26, 2005} +This version contains a few bugfixes, and now allows the type of +brackets in system start bracket hierarchies to be specified. Also, +the horizontal alignment of rehearsal marks may be changed: marks can +be put on key signatures, clefs, time signatures, +etc. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.18 is out - @emph{November 21, 2005} +This version features nestable system start delimiters, like bracket, +brace. It also adds "square" line bracket (feature sponsored by Trevor +Baca). It also has refactored routines for tie formatting. This will +make it easier to get better tie formatting for chords (feature +sponsored by Steve Doonan). It also has a few bug +fixes. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.17 is out - @emph{November 17, 2005} +This version has refactored routines for tie formatting. This will +make it easier to get better tie formatting for chords (feature +sponsored by Steve Doonan). It also has a few bug +fixes. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.16 is out - @emph{November 11, 2005} +This release fixes a large number of bugs. Please upgrade before +reporting bugs in the 2.7 series. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.15 is out - @emph{November 3, 2005} +This release has another massive cleanup of the backend. Each grob +property may also be a "grob closure". This means that it is possible +to combine functions. Calculation of extent and offset of grob is now +controlled via the `X-extent', `Y-extent', `X-offset' and `Y-offset' +properties. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.14 is out - @emph{October 23, 2005} +This release has more cleanup in the layout-engine. Now, +properties that have Procedure values are thought to be procedures +that compute said property, i.e. +@verbatim + +\override Beam #'direction = #(lambda (grob) +(if (> (random 10) 5) UP DOWN)) + +@end verbatim +will set a random direction for beams. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.13 is out - @emph{October 18, 2005} +This release features slashed numerals, plus signs and interruptible +extender lines for figured bass. Merging of Figured bass lines has +been made switchable with the figuredBassCenterContinuations +property. For each grob, a subproperty in `callbacks' property defines +the procedure which computes it. This is major internal cleanup, which +also provides advanced tweakability for power +users. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.6.4 is out - @emph{October 11, 2005} +This release fixes a few minor problems with the stable +series. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.12 is out - @emph{October 07, 2005} +It features more annotations for the page layout engine and some more +sponsored features. Beamlets may stick out of the side of beams +(feature sponsored by Trevor Baca); new support for figured bass with +support for continuation lines and tuning of figures, brackets, and +alignments (feature sponsored by Trent Johnston); vertical alignments +of staves can now be tuned easily for individual systems (feature +sponsored by Nicolas +Sceaux). (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.11 is out - @emph{October 02, 2005} +Vertical spacing for page layout can now be tuned for each system +individually (feature sponsored by Trevor Baca and Nicolas +Sceaux). The slope of a stem-tremolo may be set manually (feature +sponsored by Sven Axelsson). There are a number of cleanups in the +handling and representation of systems, among other features and bug +fixes. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.10 is out - @emph{September 13, 2005} +This version adds proper support for "laissez vibrer ties", just enter +\laissezVibrer after a chord. This feature was sponsored by Henrik +Frisk. It also has a couple of minor +bugfixes. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.9 is out - @emph{September 5, 2005} +This is mainly a bugfix +release. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading Traduction française du site - @emph{September 03, 2005} +Grâce à @uref{about/thanks#website,l'équipe des traducteurs}, +de nombreuses pages du site sont maintenant disponibles en français, +notamment l'@uref{about/automated-engraving/index.fr.html,essai sur +la gravure musicale}. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.8 is out - @emph{August 29, 2005} +This release has support for right-to-left text formatting in markup +commands (sponsored by Aaron Mehl). In addition, it fixes a great +number of bugs, among others, support for writing MIDI files. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading Article in `De Standaard' - @emph{August 20, 2005} +The Belgian newspaper @emph{De Standaard} investigates what drives +Free Software authors in an article titled @emph{Delen van KENNIS +zonder WINSTBEJAG} (Non-profit sharing of +knowlegde) using LilyPond as an example. This marks +LilyPond's first appearance in mainstream printed press. +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.7 is out - @emph{August 22, 2005} +This release has a rewriting of tie formatting which was sponsored by +Bertalan Fodor, Jay Hamilton, Kieren MacMillan, Steve Doonan, Trevor +Baca, and Vicente Solsona +Dellá. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.6 is out - @emph{August 19, 2005} +This release adds support for numbered percent repeats, a feature +sponsored by Yoshinobu Ishizaki. It also has bugfixes for clashes +between slurs and symbols, like fingers dynamic +signs. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.5 is out - @emph{August 16, 2005} +Lily 2.7.5 has a large number of bugfixes, among others, in slur +formatting, spacing, rest collisions and tuplet bracket +formatting. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.4 is out - @emph{August 7, 2005} +LilyPond 2.7.4 has support for proportional notation, where the space +for a note is proportional to the time it +takes. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.6.3 is out - @emph{August 4, 2005} +This release fixes a memory corruption bug that was triggered by +\override'ing Beam settings. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.6.2 is out - @emph{August 2, 2005} +This release has a few bugfixes, among them: the autopackage will run +in more platforms, LilyPond will be much quicker for large +lilypond-book documents, and the up and down Fa note heads for shaped +heads have been +swapped. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.3 is out - @emph{July 25, 2005} +LilyPond 2.7.3 has improvements in performance which should result in +faster operations (15 to 20 percent). It also contains the new +"\displayLilyMusic" function. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.2 is out - @emph{July 21, 2005} +LilyPond 2.7.2 has support for suggested accidentals for musica +ficta notation, easy entry for lyric melismata and improvements for +quicker entry of scores. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.6 released - @emph{June 27, 2005} +Version 2.6 is the latest stable release of LilyPond. +It now +installs in a snap on Windows, MacOS X, and any version of Linux (x86). +@strong{Get up and running in minutes!} Pango text formatting lets you +print @strong{Unicode } lyrics in your favorite script and font. Create +@strong{SVG} files, and edit them in Inkscape. +(@uref{announce-v2.6.html,Announcement}, @ref{Old downloads}, @ref{Changes}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7.1 is out - @emph{July 20, 2005} +LilyPond 2.7.1 has no user-visible changes. However, due to +restructuring @qq{under the hood}, this version will be 10 to +20 % faster. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.6.1 is out - @emph{July 11, 2005} +This version fixes a few minor bugs found in +2.6.0, and also works on DOS-based Windows versions. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading LilyPond 2.7 is out - @emph{July 9, 2005} +LilyPond 2.7.0 is out. It has support for paragraph text and +pitched trill notation. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.31 released - @emph{June 22, 2005} +LilyPond 2.5.32 is now available for download (binaries for Fedora + +MacOS only). It has a few very minor bugfixes, and a rewrite of the +TTF embedding code, which should be a lot more robust now. +(@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading Traduction du site de LilyPond - @emph{15 juin 2005} +@uref{about/thanks#website,L'équipe des traducteurs} vous présente +le site de LilyPond en français. Nous travaillons sur la traduction des +pages encore non traduites. Bon surf ! +@newsEnd + + +@newsItem +@subsubheading 2.5.31 for Windows and MacOS - @emph{June 15, 2005} +2.5.31 is now available for both Windows and MacOS X. The Windows +version should now work with embedding TTF fonts, and the MacOS X has +better help functionality. +(@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.31 released - @emph{June 15, 2005} +This release has a few bugfixes. In the MacOS X version, ClickEdit has +been renamed to LilyPond, and you can now upgrade your files and +compile them directly from +LilyPond. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.30 released - @emph{June 10, 2005} +This is (hopefully) the last Release Candidate before 2.6. Give it a +good shake to find those last bugs! (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.29 released - @emph{June 7, 2005} +In this release the documentation also has pictures. In addition, the +Mac version can also read native mac fonts (.dfonts and fonts in +resource forks). (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.27 released - @emph{May 31, 2005} +It has a big bunch of minor bugfixes. This is another release +candidate for version 2.6, which should be released within the next 2 +weeks. Please send a bug report if you find a critical problem with this +release. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading Windows and MacOS installers available - @emph{May 26, 2005} +There are now a native, standalone installers for Windows and +MacOS. They also support PDF point & click. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.26 released - @emph{May 26, 2005} +This release has a couple of small bugfixes. +@newsEnd + + +@newsItem +@subsubheading 2.5.25 released - @emph{May 20, 2005} +This release has many small bugfixes and updates to the +documentation. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.24 released - @emph{May 12, 2005} +2.5.24 fixes a bunch of bugs; in particular, chord symbols (such as +slashed o) should now work on all platforms. This release has a new +feature: it is now possible to make staves appear in a different order +from the order that they were defined. (@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.23 released - @emph{May 6, 2005} +This release has a couple of small bugfixes, and a new feature. It is +now possible to start and stop the @code{StaffSymbol}, during a piece of +music, by doing @code{\stopStaff \startStaff}. This can be used to +produce Ossia staves. (@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading 2.5.22 released - @emph{May 3, 2005} +2.5.22 is a bugfix +release. The most visible improvement is in the PDF : this release +will produce smaller PDF files, with symbols that look better on +screen. +(@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading April 25, 2005 - 2.5.21 released! +2.5.21 has more bugfixes. It also has support for "grid +lines", bar like vertical line, which are aligned with the notes. The +auto-beam engraver was rewritten, so it also works with irregular time +signatures like 5/8. +(@ref{Changes}, +@ref{Old downloads}) +@newsEnd + + +@newsItem +@subsubheading April 18, 2005 +LilyPond 2.5.20 has lots of bugfixes, in particular, MIDI files of +multi-movement pieces don't overwrite each other. Version 2.5.20 also +supports putting arrows on lines, such as glissandi. +More details are in the +the @ref{Changes} +file, or go straight to @ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading April 15, 2005 +LilyPond 2.5.19 was released. The command `\epsfile' allows inclusion +of EPS graphics into markup texts and the music function +`\musicDisplay' will display a music expression as indented +Scheme code. Take a look at +the @ref{Changes} +file and @ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading April 6, 2005 +2.5.18 is a bugfix release. It has many small cleanups in the +web-based documentation, and many small cleanups all over the +place. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading March 31, 2005 +2.5.17 is out. This release features many small bugfixes. In addition, +it has support for string number notation for guitar. This feature was +sponsored by Gunther Strube. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading March 20, 2005 +LilyPond 2.5.16 is out. This release fixes a few minor but irritating +errors. A Fedora Core 3 binary is also available. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading March 14, 2005 +LilyPond 2.5.15 is out. This release has clean ups in the SVG output, +and now uses the LilyPond number font for time signatures. It is +now possible to add text before and after music. This can be used to +add verses after a music. Take a look at the @ref{Changes} +file and @ref{Old downloads}! +@newsEnd + + +@newsItem +@subsubheading March 7, 2005 +LilyPond 2.5.14 is out. It is now possible (and in fact, encouraged), +to build LilyPond either without the Kpathsea TeX library or with the +Kpathsea dynamically loaded, but only for the -btex backend. This +means that packages do not have to depend on TeX anymore. With this, +the Windows download size will go down significantly. Take a look at +the @ref{Changes} +file and download @ref{Old downloads}! +@newsEnd + + +@newsItem +@subsubheading March 7, 2005 +LilyPond 2.4.5 is out. This release backports the tieWaitForNote +feature and has support for tetex-3.0. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 28, 2005 +LilyPond 2.5.13 is available for Fedora Core 3. You need to install @uref{http://lilypond.org/download/binaries/Fedora-3/ghostscript-8.15rc3-0.i386.rpm,ESP +Ghostscript 8.15rc3}. Unfortunately, this version of Ghostscript +lacks the IJS dynamic library, which means that it will conflict with +the gimp-print package. You may install it with --nodeps. Use at your +own risk. +@newsEnd + + +@newsItem +@subsubheading February 28, 2005 +LilyPond 2.5.13 is out. This release has Point and click support for +PDF output. You can read more about it @uref{http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/Point-and-click.html,here}. +Take a look at the @ref{Changes} +file and download @ref{Old downloads}! +@newsEnd + + +@newsItem +@subsubheading February 26, 2005 +The @uref{http://lsr.dsi.unimi.it/,LilyPond Snippet +Repository (LSR)} is a searchable database of LilyPond code +snippets. You can add snippets too, so join the LSR project, and +contribute creative ideas for using LilyPond. +@newsEnd + + +@newsItem +@subsubheading February 21, 2005 +LilyPond 2.5.12 is out. The big news is that this release supports +TrueType fonts. This means that it is now possible to use @strong{all} +fonts available via FontConfig. Also, arpeggios may be written out +using ties and individual objects may have colors! Take a look at +the @ref{Changes} +file and @ref{Old downloads}! +@newsEnd + + +@newsItem +@subsubheading February 4, 2005 +LilyPond 2.5.11 is out. In this +release, foreign character sets are now supported in lilypond-book +too, and it is possible to put system separators between systems. +@ref{Old downloads}! +@newsEnd + + +@newsItem +@subsubheading January 31, 2005 +LilyPond 2.5.10 is out. This release +sports as new EPS backend, based on the PS backend. This backend is +used in the new and improved lilypond-book script. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 26, 2005 +LilyPond 2.5.9 is out. This release fixes a couple of annoying +bugs in the direct PS output for piano braces. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 16, 2005 +LilyPond 2.5.8 is out. This +release has many internal code cleanups. In addition, +accuracy of error reporting has been improved. +See the +@uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.3065&content-type=text/vnd.viewcvs-markup, +change log +} and @ref{Old downloads}! +@newsEnd + + +@newsItem +@subsubheading January 11, 2005 +LilyPond 2.5.7 is out. This release has a completely usable +Pango integration for the PS backend. The default font is +Century Schoolbook from the PS font suite. It also has +small updates to the tablature settings by Erlend Aasland, +assorted manual updates by Graham, and an overhaul of the +font code by Werner. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.3048&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading January 02, 2005 +LilyPond 2.5.6 was released. This is a "technology preview" +release, which means that it has all kinds of nifty +features, but is not actually usable for producing nicely +printed scores. For this reason, an RPM of this release was +not produced. The PS backend is now completely switched over +to Pango/FontConfig: for -f ps, LilyPond only accepts UTF8 +input, all text fonts are loaded through Pango, the TeX +backend now offloads all metric computations to LaTeX, the +SVG and GNOME backends are broken, most probably. +@ref{Old downloads} +and check out the +changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.3013&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading December 28, 2004 +LilyPond 2.5.5 is out. It is the first one to link against +FontConfig and Pango, although it is only available in the "-f +ps" output. The default output format has been changed back TeX +while we stabilize the Pango/FontConfig integration. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev= 1.3000&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading December 20, 2004 +LilyPond 2.5.4 is out. This release has some major +brainsurgery in the font handling. As of now, LilyPond loads +the music fonts in OpenType font format using FreeType. +This has made a lot of things simpler, including font +handling for the GNOME backend and SVG backend. +@ref{Old downloads} +and check out the +changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2974&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading December 3, 2004 +LilyPond 2.5.3 was released. A new script, `\espressivo' has +been added, for a combination of crescendo and decrescendo +on a single note. In markups, expressions stacked with +`\column', `\center-align', etc, are not grouped with `< ... +>' anymore, but with `@{ ... @}'. LilyPond will now avoid line +breaks that cause long texts to stick outside of the page +staff. Grace notes following a main note, used to be entered +by letting the grace notes follow a skip in a parallel +expression. +@ref{Old downloads} +and +check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2908&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading November 26, 2004 +LilyPond 2.5.2 was released. It has several goodies, +including solfa-notation (shaped noteheads), and an easier +mechanism for customizing title, footer and header +layout. Don't forget to rebuild the fonts, as they have been +changed to accomodate the solfa-notation. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2898&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading November 20, 2004 +LilyPond 2.5.1 is out. This is an experimental release, +containing some proof-of-concept code for our graphical +layout editor. You can add and remove things from the file, +and the tweaks will still work, as long as the tweaked notes +remain in the place (ie. start at the same time-wise and be +part of the same context). Further attractions are: the +gnome backend now also draws beams and slurs, updates to the +SVG backend, support for the lmodern font set for TeX, +various bugfixes. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2881&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading November 12, 2004 +The LilyPond development is OPEN once again! The first +release of the 2.5 series has the following new Features: +Positioning of slurs can now be adjusted manually, Grace +notes are correctly quoted and formatted when using cue +notes, Cue notes can now be created with +@verbatim + +\cueDuring #VOICE-NAME #DIRECTION { MUSIC } + +@end verbatim +Stemlets (short stems over beamed rests) have been added. +In addition, Jan hacked together some highly experimental +code where you can use the mouse to drag and drop objects in +the -f gnome backend. These tweaks can be saved and are +applied to the PS and TeX output as well. +@ref{Old downloads} +and check out +the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2837&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading November 11, 2004 +LilyPond 2.4.2 is out. This release fixes a number of security +problems with --safe, and adds a lot of polishing fixes. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading November 4, 2004 +LilyPond 2.4.1 is out. This release includes a number of small +fixes that were made to 2.4.0 last week. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2780.2&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 31, 2004 +LilyPond 2.4.0 was just @uref{announce-v2.4.html,released!} +This new stable version has support for page-layout, +completely rewritten slur formatting and many other +improvements. Read about them in the @ref{Changes} +file. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading October 29, 2004 +LilyPond 2.3.26 is out. This is another 2.4 release +candidate. This release fixes a number of minor bugs, and +some problems with the conversion scripts. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2773&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 29, 2004 +2.3.25 is the final release candidate for LilyPond 2.4. +Werner has been overhauling the TeX macros and +lilypond-book. In addition, this release contains an +important fix for raggedbottom page-layout. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2765&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 27, 2004 +LilyPond 2.3.24 is a further polished 2.4 release candidate. +This release has more improvements by Werner for the TeX +backend, and a bunch of other small fixes. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2752&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 24, 2004 +LilyPond 2.3.23 has bugfixes in the documentation, lilypond-book and +--preview output. This release can be considered as a release +candidate for LilyPond 2.4. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2742&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 10, 2004 +LilyPond 2.3.22 fixes a bunch more bugs, to make 2.4 a really +stable release. In addition, it renames the \paper@{@} block to +\layout@{@}. The \bookpaper@{@} block is now called +\paper@{@}. +@ref{Old downloads} +and +check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2709&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 09, 2004 +LilyPond 2.3.21 is out. It is a serious release candidate for +the next stable release LilyPond. This version has a cleanup +and some small formatting improvements of the slur +code. +@ref{Old downloads} +and check +out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2692&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading October 02, 2004 +LilyPond 2.3.20 was released. It fixes the biggest problems +with encoding and the TeX backend. As a result, latin1 +characters (like the german SS) show up correctly in the +output once again. Also it has the usual bugfixes and updates +in the documentation. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2674&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading September 29, 2004 +The LilyPond development team will be present at the @uref{http://www.nluug.nl/events/sane2004/bazaar/index.html,Free +Software Bazaar} of the NLUUG SANE 2004 conference today. If you +are in the neighborhood, drop by for live contact with the Team or +just a friendly chat. Registration is not required to attend. +@newsEnd + + +@newsItem +@subsubheading September 26, 2004 +LilyPond 2.3.19 is out. It's mainly a bugfix release. +@ref{Old downloads} +and check out the changes +in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2652&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading September 20, 2004 +LilyPond 2.3.18 was released. It has further improvements in +the slur formatting, and a small syntax change: the mode +changing commands (`\chords', `\lyrics', etc.) have been +renamed to `\chordmode', `\lyricmode', etc. The command +`\chords' is an abbreviation for \new ChordNames \chordmode +... `\drums', `\lyrics', `\chords', `\figures' function +similarly. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2614&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading September 11, 2004 +LilyPond 2.3.16 was released. It fixes a couple of annoying +bugs, and has an important addition in the slur-formatter. Slurs that +pass note heads much closer than the average distance get an extra +penalty. This fixes a lot of difficult slurring cases. See +input/regression/new-slur for some examples. +Please consider this release as a 3.0 pre-release so try to find as +many bugs as possible. A report including a small .ly example +can be filed at bug-lilypond@@gnu.org +In this case, a bug is defined as something that the current 2.3 does +worse than the latest 2.2 release. We want to be sure that no output +will get uglier by upgrading to 3.0, so that once 3.0 is out, nothing +will hold users back in switching. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2562&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading September 10, 2004 +LilyPond 2.3.15 was released. It fixes for some gaffes with +the new vertical spacing engine, has lots of documentation +updates, and has support for landscape output in the direct +postscript output. Also, the types of events quoted with +`\quote' can now be tuned with `quotedEventTypes'. By default, +only notes and rests end up in quotes. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2553&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading September 6, 2004 +LilyPond 2.3.14 was released and has exciting features! +LilyPond will try to keep staves at the same distances across a +page, but it will stretch distances to prevent collisions; key +signature cancellations are now printed before the bar line; +different voices that all use "\quote" can now refer to each +other. +@ref{Old downloads} +and check out +the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2534&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading August 29, 2004 +LilyPond now has a Documentation +Editor, Graham Percival. From now on, he will oversee that +useful information flows from the mailiing list into the +manual. Also, if there are unclear sections in the manual, +let him know via one of the mailing lists. +As a start of his career, he worked to transform the +"Templates" section of the website into a readable and comprehensive +chapter of the user manual. +A lot of cheers for Graham! +@newsEnd + + +@newsItem +@subsubheading August 29, 2004 +LilyPond 2.3.13 was released. The new slur code was +improved, scripts can be made to avoid slurs, by setting +inside-slur to #f. It is no longer necessary to instantiate +"up" and "down" staves separately when using +\autochange. Jurgen Reuter refreshed the logic around +mensural flags, so they are adjusted for staff lines once +again. +@ref{Old downloads} +and +check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2520&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading August 24, 2004 +LilyPond 2.2.6 fixes a few minor issues, among others, the +disappearing metronome mark. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.33&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading August 23, 2004 +LilyPond 2.3.12 is out. This release has a lot of fixes and +a new feature: there is now support for putting two slurs on +chords, both above and below. This is switched on with the +`doubleSlurs' property. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2489&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading August 3, 2004 +LilyPond 2.3.11 is out. This release basically is 2.3.10 with a few +annoying bugs fixed. +@ref{Old downloads} +and check out +the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2449&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading August 1, 2004 +LilyPond 2.3.10 is out. This release has a major clean-up of the +input/test/ directory. Many examples have been moved to the regression +test or manual, and the superfluous or outdated ones have been +removed. The directory has gone from 146 examples to 72 examples. That +means that we're halfway cleaning it out. Incidentally, the manual +has gone from 200 to 220 pages. New features: +@itemize +@item +Running trills now have their own spanner and event. They are +started and stopped with \startTrillSpan and \stopTrillSpan +@item +There is a new markup command `\postscript' that takes a string +that is dumped as verbatim PostScript +@end itemize + +@ref{Old downloads} +and check out +the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2435&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading July 30, 2004 +LilyPond 2.3.9 is out. The important change is that lilypond +now once-again directly runs the binary. The old wrapper script has +been renamed to lilypond-latex.py, and should only be used for legacy +projects. The recommended route is either using lilypond directly +(with \book, you can have multiple movements within one document), or +to run lilypond-book with a LaTeX wrapper file. +This release also fixes a bunch of small errors. I now consider +LilyPond feature complete for a 3.0 release. Next on the TODO list is +updating the manual, and after that's done we can release 3.0. The +projected date for this to happen is in about a month. +@ref{Old downloads} +and check out +the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2416&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading July 23, 2004 +LilyPond 2.3.8 fixes a few minor bugs in the new slur code, +and has rewritten support for ledger lines. Now, in tight +situations, ledger lines will be shortened so they stay +separate. This also required a cleanup of the Ambitus +implementation. +@ref{Old downloads} +and check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2395&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading July 19, 2004 +LilyPond 2.3.7 was released and has new exciting features! +The slur formatting has been rewritten. The new slur code +works similar to the Beam formatter: scores are assigned for +all esthetic components of a slur. A large number of +combinations for begin and end points is then tried out. +Slurs will now also take into account collisions with staff +lines, scripts (like staccato and accent) and accidentals. In +the LilyPond emacs mode, the `|' will now display the current +beat within the measure. +@ref{Old downloads} +and check out the changes in +the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2383&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading July 15, 2004 +LilyPond 2.2.5 was released. It has a few bug fixes from +2.3.x. +@ref{Old downloads} +and check +out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.28&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading July 11, 2004 +An introductory article on LilyPond appeared on @uref{http://www.linuxjournal.com/article.php?sid=7657&mode=thread&order=0,Linux +Journal}. +@newsEnd + + +@newsItem +@subsubheading July 5, 2004 +LilyPond 2.3.6 was released. This release has more updates +for the Fret diagram code (thanks, Carl!), fixes a bunch of +bugs, including a serious one that trashed a lot of beam +formatting, and was also present in the 2.2 series. +@ref{Old downloads} +and check out the changes +in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2306&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading July 5, 2004 +LilyPond 2.2.4 was released. It is mainly a bug fix +release. +@ref{Old downloads} +and +check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.23&content-type=text/vnd.viewcvs-markup,ChangeLog}. +@newsEnd + + +@newsItem +@subsubheading June 25, 2004 +LilyPond 2.3.5 has numerous small bugfixes and cleanups, and +features more work in the experimental GNOME output +module. Adventurous hackers can check the instructions at +scm/output-gnome.scm and try to run +buildscripts/guile-gnome.sh to see what the fuss is all about. +Carl Sorensen also provided us with more patches to the +fret-diagram output. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2293&content-type=text/vnd.viewcvs-markup,ChangeLog} +and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading June 20, 2004 +LilyPond 2.2.3 has a turkish translation and fixes a few minor +bugs that were reported over the past month. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.16&content-type=text/vnd.viewcvs-markup,ChangeLog} for a full description and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading June 13, 2004 +LilyPond 2.3.4 further improves the output backends. As a +result, manual page-breaks, multiple output formats and putting +@code{\score} into markups now works. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2242&content-type=text/vnd.viewcvs-markup,ChangeLog} +and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading May 31, 2004 +LilyPond 2.3.3 has many internal changes relating to the output +backend (PostScript) and page-layout. In addition, it contains a few +bugfixes for recently reported problems. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2207&content-type=text/vnd.viewcvs-markup,ChangeLog} +and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading May 31, 2004 +LilyPond 2.2.2 is out. It has a number of small bugfixes, so upgrade +if any of these errors concern you. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.9,ChangeLog} +or head straight to the +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading May 26, 2004 +LilyPond 2.3.2 is out. This release has a lot of internal +changes relating to page layout, but also sports experimental +fret-diagram code. Check out the @ref{Changes} or head straight to the +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading May 9, 2004 +LilyPond 2.3.1 is out. This release has many new and cool +features. Check out the @ref{Changes} or head straight to the +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading May 4, 2004 +Help LilyPond get better, and join in on LilyPond +development! This +@uref{devel/participating/call-for-help.html,call for +help} was posted on the mailing list a month ago, and we +are still looking for a Release Meister, Code Janitor, +Newsletter editor and a Writer for implementation +Documentation. Of course, any other help is also welcome! +@newsEnd + + +@newsItem +@subsubheading May 3, 2004 +LilyPond 2.2.1 has been released. It fixes a handful of bugs. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading April 17, 2004 +LilyPond 2.2.0 is now available +on Windows, and should find its way to the Cygwin mirrors +soon. +@newsEnd + + +@newsItem +@subsubheading April 12, 2004 +LilyPond 2.3.0 is the first release +in the 2.3 cycle. The focus for 2.3 is page layout, so +instrumentalists can force parts to have page breaks at sane turning +points. This release is @emph{experimental}; expect things to break! +More info in the @ref{Changes}. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading April 8, 2004 +A French article on the new LilyPond +release appeared on @uref{http://linuxfr.org/2004/04/08/15968.html,linuxfr.org}. +@newsEnd + + +@newsItem +@subsubheading April 8, 2004 +Binaries for LilyPond 2.2.0 are available for +MacOS X, Slackware, Mandrake and Debian Woody. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading April 1, 2004 +LilyPond 2.2.0 is out! This new stable version has +completely revamped support for for orchestral score +formatting, cue notes, font size management, lyric formatting, +drum notation/playback and document integration. Read about it in +the @uref{announce-v2.2.html,announcement} or skip to the +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 31, 2004 +LilyPond 2.1.37 has build fixes for Cygwin and SUSE, +bugfixes for part-combining and chord tremolos and even more +documentation polish. This should be the final release +candidate; expect only regression bugs to be fixed before +2.2. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 30, 2004 +LilyPond 2.1.36 has many fixes in +the user manual. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 28, 2004 +LilyPond 2.1..35 fixes a slew of +bugs, and has the @code{raggedlast} option, which causes +paragraph like line breaking for scores. More info in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading March 22, 2004 +LilyPond 2.1.34 fixes minor bugs, and has more rewriting. +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 21, 2004 +LilyPond 2.1.33 fixes a serious bug, and a few other +irritations. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading March 20, 2004 +LilyPond 2.1.32 has more rewriting +in the user manual. There is also an experimental +implementation of optimal page breaking (Postscript backend +only). +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 15, 2004 +LilyPond 2.1.31 is out. It has fixes the alignment of bass +figures and spurious dynamic warnings in MIDI. New +attractions include rewritten font-selection routines. See +the +@ref{Changes} and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 14, 2004 +The +@uref{http://linuxmusician.com/index.php?option=articles&task=viewarticle&artid=10,linuxmusician.com interview} made the +@uref{http://slashdot.org/article.pl?sid=04/03/13/2054227&mode=thread&tid=141&tid=188,slashdot +frontpage!}. +@newsEnd + + +@newsItem +@subsubheading March 11, 2004 +@uref{http://linuxmusician.com,linuxmusician.com} is +running an +@uref{http://linuxmusician.com/index.php?option=articles&task=viewarticle&artid=10,interview} +with Han-Wen Nienhuys and Jan Nieuwenhuizen, the main +authors of LilyPond. +@newsEnd + + +@newsItem +@subsubheading March 11, 2004 +LilyPond 2.1.30 has editorial fixes for the manual, and +experimental support for page layout in the PostScript +backend. See the +@ref{Changes} and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading March 9, 2004 +LilyPond 2.1.29 fixes a couple of MIDI bugs, and has +experimental support for producing titles with +@code{markup}. +@newsEnd + + +@newsItem +@subsubheading February 29, 2004 +In LilyPond 2.1.28 Scheme property functions may be used +argument to @code{set!}. In addition, parts of the manual +have been proofread and corrected in this release. See the +@ref{Changes} and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading February 24, 2004 +LilyPond 2.1.27 takes into account instrument transpositions +when quoting other voices. This release also fixes a number +of lyrics related bugs. See the +@ref{Changes} and +@ref{Old downloads}. +@newsEnd + + +@newsItem +@subsubheading February 23, 2004 +LilyPond 2.1.26 has a new, experimental feature for quoting +other voices in instrumental parts. This can be used to +produce cue notes. More information in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 18, 2004 +LilyPond 2.1.25 fixes many bugs, and changes the conventions +for altering accidental rules. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 16, 2004 +LilyPond 2.1.24 has a big +internal rewrite. One of its practical consequences is that +@code{\with} now also works with @code{Score} +contexts. Further 2.1.23, which was not announced here, +fixes a few bugs caused by the change of @code{\property} +syntax and has updates in the Program Reference document. +More information in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 13, 2004 +LilyPond 2.1.22 has a +simplification of the @code{\property} syntax: it is +shorter and more consistent now. More information in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 12, 2004 +In LilyPond 2.1.21, output +tweaks can be done at multiple levels of the context +hierarchy. In addition, it has a bunch of bugfixes, +improvements in the documentation. More information in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 9, 2004 +LilyPond 2.1.20 has MIDI +output for drums. It also sports a completely rewritten +lilypond-book script, which is cleaner, shorter, and faster. +It also has a large number of bugfixes. +More information in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 5, 2004 +LilyPond 2.1.19 has rewritten +support for drum notation. This release also makes some +long-standing cleanups: the removal of @code{Thread} (all +functionality is now moved into @code{Voice}) and Lyrics +(functionality moved to @code{LyricsVoice}) context. +More information in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 4, 2004 +LilyPond 2.1.18 is out. This +release has the new part-combiner installed by default, and a +similar implementation of @code{autochange}. More information +in the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading February 2, 2004 +LilyPond 2.1.17 is out. It adds texts +(solo, a due) for the part combiner. It also reinstates the +@code{--safe} option which prevents havoc by Scheme exploits. More +information in the +@ref{Changes}. +@newsEnd + + +@newsItem +@subsubheading January 28, 2004 +LilyPond 2.1.16 is out; its main feature +is that it fixes the autobeams gaffe of 2.1.15. The part-combiner +has been tested successfully on larger pieces. In the near future, +expect more part-combining eye-candy. +More information in +the +@ref{Changes}. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 26, 2004 +LilyPond 2.1.15 further improves the part-combiner, and fixes many +bugs, among others in pedal brackets and finger positioning. +More information in +the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 21, 2004 +LilyPond 2.1.14 +has the first release of the new part combiner. If you have scores that +use part-combining, please consider giving it a test-run. In addition +many bugs relating to mixed staff sizes have been fixed. +More information in +the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 20, 2004 +The lilypond.org domain has been moved to a new server. This +will result in better connectivity and more bandwidth. Due +to security concerns, the new server does not offer FTP +access, but only HTTP downloads. +@newsEnd + + +@newsItem +@subsubheading January 20, 2004 +LilyPond 2.1.13 fixes a small but +nasty bug in side-positioning placement, and some bugs in +tuplet, tie and accidental formatting. This release contains +rudimentary work on a new part-combiner. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 19, 2004 +LilyPond 2.1.12 fixes many bugs +and improves formatting of ottava brackets. More information in +the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 18, 2004 +LilyPond 2.1.11 is now also +available for Windows! For downloading, go +@uref{http://www.inf.bme.hu/~berti/lilypond/,here}. +@newsEnd + + +@newsItem +@subsubheading January 17, 2004 +In 2.1.11, the mechanism for +setting staff size and page is much simplified. In addition +there are improvements in the notehead shape, and there is +balloon help! +More information in the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 16, 2004 +LilyPond 2.1.10 has a load of +bugfixes and a shorter syntax for octave checks. More +information in the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 13, 2004 +LilyPond 2.1.9 has a new mechanism +for adding lyrics to melodies. It is now possible to have +different melismatic variations for each stanza. More +information in the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 9, 2004 +LilyPond 2.1.8 has an important new +feature: it is now possible to use @code{\property} to tune +the appearance of spanning objects like @code{StaffSymbol} and +@code{SystemStartBrace}. In addition, contexts may be +modified with @code{\remove} and @code{\consists} for +individual music expressions. +More information in the +@ref{Changes}. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 7, 2004 +An update to the stable branch, +version 2.0.2, was released today. It contains a couple of +minor bugfixes. @ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading January 6, 2004 +LilyPond 2.1.7 continues to +improve the layout of the Schubert test piece; this release +focuses on dot placement and multi measure rests centering. +More information in the +@ref{Changes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading January 4, 2004 +LilyPond 2.1.6 continues to +improve the layout of lyrics. More +information in the +@uref{@@DOC@@v2.1/Documentation/topdocs/out-www/NEWS.html,release +notes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading January 2, 2004 +in LilyPond 2.1.5, the lyric +alignment is completely revamped, and now matches my Edition +Peters version of the Schubert song Sängers Morgen. More +information in the +@ref{Changes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading December 30, 2003 +LilyPond 2.1.4 is released. Font shapes and linethickness +are now truly different for different staff sizes, thus lending +an engraved look to scores printed in smaller type too. See the +@ref{Changes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading December 23, 2003 +LilyPond 2.1.3 released. +Interpreting and formatting is now done while parsing the +file. This allows for Scheme manipulation of music, and could +be used to implement experimental MusicXML output (volunteers +to implement this are welcome!) See the +@ref{Changes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading December 17, 2003 +LilyPond 2.1.2 released. This +release has a new mechanism for setting font sizes, which +combines different font design sizes and continuous font +scaling. See the +@ref{Changes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading December 16, 2003 +LilyPond 2.1.1 released. This +release wraps together all the small fixes made during +Han-Wen's absence. See the +@ref{Changes} and download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading October 11, 2003 +LilyPond 2.1.0 released. See the +@ref{Changes} and +download @uref{install/#2.1,here}. +@newsEnd + + +@newsItem +@subsubheading October 11, 2003 +LilyPond 2.0.1 binaries for Mandrake 9.1 +available from +@uref{http://rpm.nyvalls.se/sound9.1.html,here} +thanks to Heikki Junes. +@newsEnd + + +@newsItem +@subsubheading October 9, 2003 +LilyPond 2.0.1 binaries for Slackware 9 +available from @uref{install/#2.0,here}, +thanks to Ricardo Hoffman. +@newsEnd + + +@newsItem +@subsubheading October 5, 2003 +LilyPond 2.0.1 binaries are available for Macos X, many thanks to +Matthias Neeracher. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading October 4, 2003 +LilyPond 2.0.1 binaries are available for Windows (Cygwin +version 1.5). +@ref{Old downloads}. Thanks to Bertalan +Fodor, our new Cygwin maintainer! +@newsEnd + + +@newsItem +@subsubheading September 29, 2003 +LilyPond 2.0.1 is released. It +contains minor bugfixes. +See the @ref{Changes} +or download @uref{install/#2.0,here} directly. +@newsEnd + + +@newsItem +@subsubheading September 27, 2003 +PlanetCCRMA has been updated to include LilyPond 2.0. Go +@uref{http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#lilypond, +here} to download. Thanks to Fernando Pablo +Lopez-Lezcano! +@newsEnd + + +@newsItem +@subsubheading September 24, 2003 +LilyPond 2.0.0 is released. The +focus of this release is cleanups of the syntax: entering music is +now much easier and more efficient. Read the announcement +@uref{announce-v2.0.html,here}, or go to the +@uref{install/#2.0,download page} directly. +@newsEnd + + +@newsItem +@subsubheading September 24, 2003 +LilyPond 1.9.10 is released. This is +the final LilyPond 2.0 release candidate. Check +the @ref{Changes} and +download @uref{install/,here}. +@newsEnd + + +@newsItem +@subsubheading September 23, 2003 +LilyPond 1.9.9 is released. This is +the second LilyPond 2.0 prerelease. Check +the @ref{Changes} and +download @uref{install/,here}. +@newsEnd + + +@newsItem +@subsubheading September 19, 2003 +LilyPond 1.9.8 is released. This is +the first LilyPond 2.0 prerelease. Check +the @ref{Changes} and +download @uref{install/,here}. +@newsEnd + + +@newsItem +@subsubheading September 17, 2003 +LilyPond 1.9.7 is released. LilyPond +now has support for quarter tone accidentals! +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading September 16, 2003 +LilyPond 1.9.6 is released. +It has a lot of minor fixes and updates. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading September 10, 2003 +LilyPond 1.9.5 is released. +With this release, the 1.9 branch is feature +complete. After some stabilization and documentation work, 2.0 +will be available in a few weeks. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading September 9, 2003 +LilyPond 1.8.2 is released. This +release fixes a couple of minor bugs. +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading September 7, 2003 +LilyPond 1.8 binaries are available +for Windows (Cygwin version 1.5). +@ref{Old downloads} +@newsEnd + + +@newsItem +@subsubheading August 31, 2003 +LilyPond 1.9.4 is released. +@emph{This is an experimental release}: read the +@uref{http://lists.gnu.org/archive/html/lilypond-devel/2003-08/msg00133.html,announcement} +before trying. +@newsEnd + + +@newsItem +@subsubheading August 31, 2003 +LilyPond 1.8 binaries for slackware +available. Get them @uref{install/,here}. +@newsEnd + + +@newsItem +@subsubheading August 31, 2003 +LilyPond 1.9.3 is released. This +release supports tagging for music version control, and has better +fingering placement flexibility. Read the +@ref{Changes} and get it @uref{download#1.9,here}. +@newsEnd + + +@newsItem +@subsubheading August 28, 2003 +LilyPond 1.9.2 is released. Read the +@ref{Changes} and get it +@uref{download#1.9,here}. +@newsEnd + + +@newsItem +@subsubheading August 26, 2003 +LilyPond 1.9.1 is released. Read the +@ref{Changes} and get it +@uref{download#1.9,here}. +@newsEnd + + +@newsItem +@subsubheading August 25, 2003 +The LilyPond 1.9 development release is available. Read the +@ref{Changes} and get it +@uref{download#1.9,here}. +@newsEnd + + +@newsItem +@subsubheading August 25, 2003 +Mandrake 9.1 RPMS available, get them +@uref{http://rpm.nyvalls.se/sound9.1.html,here}. +@newsEnd + + +@newsItem +@subsubheading August 21, 2003 +LilyPond 1.8.1 was released. Get it @uref{install/,here}, or +read the @ref{Changes}. +@newsEnd + + +@newsItem +@subsubheading August 18, 2003 +PlanetCCRMA (eg. RedHat 8 and 9) +has been updated to 1.8. +Download @uref{http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#lilypond,here.} +@newsEnd + + +@newsItem +@subsubheading August 7, 2003 +LilyPond 1.8 is released. Read +@ref{Changes} and get it @uref{install/,here}. +@newsEnd + + +@newsItem +@subsubheading August 7, 2003 +New website went live! +@newsEnd + + +@newsItem +@subsubheading August 6, 2003 +Announced new website. +@newsEnd + + +@newsItem +@subsubheading August 1, 2003 +LilyPond 1.7.30 released. +@newsEnd + + +@newsItem +@subsubheading July 30, 2003 +Website: present @uref{about/automated-engraving/index.html,treatise} +about music engraving, music printing software, and LilyPond's +unique faculties. +@newsEnd + + +@newsItem +@subsubheading July 29, 2003 +1.7.29 - release candidate 4 has been released. Packages for +Red Hat, Debian, Cygwin are @uref{install/,available}. +@newsEnd + diff --git a/make/website.make b/make/website.make index 4987a601e4..9ea6790388 100644 --- a/make/website.make +++ b/make/website.make @@ -35,8 +35,9 @@ endif OUT=out-website ### only update this when the language compiles correctly! -# LANGUAGES = (site, de, es, fr, hu, it, ja, nl) -WEB_LANGS = es fr it nl de hu +# LANGUAGES = (site, cs, de, es, fr, hu, it, ja, nl, zh) +#WEB_LANGS = de es fr hu it ja nl zh cs +WEB_LANGS = de es fr hu it ja nl zh TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) diff --git a/python/langdefs.py b/python/langdefs.py index 032c79150c..f0d2030070 100644 --- a/python/langdefs.py +++ b/python/langdefs.py @@ -59,6 +59,7 @@ def french_html_filter (page): body = body.replace (r[0], r[1]) return page[:body_begin] + body + page[body_end:] +# cs = LanguageDef ('cs', 'česky', enable_ly_identifier_l10n=False) de = LanguageDef ('de', 'deutsch') es = LanguageDef ('es', 'español') fr = LanguageDef ('fr', 'français', double_punct_char_sep=' ', html_filter = french_html_filter) @@ -66,12 +67,14 @@ hu = LanguageDef ('hu', 'magyar') it = LanguageDef ('it', 'italiano') ja = LanguageDef ('ja', '日本語', enable_ly_identifier_l10n=False) nl = LanguageDef ('nl', 'nederlands') +zh = LanguageDef ('zh', '中文', enable_ly_identifier_l10n=False) # Outdated or broken translations may be disabled # (please run 'make doc-clean' before doing that): #fr.enabled = False -LANGUAGES = (site, de, es, fr, hu, it, ja, nl) +# LANGUAGES = (site, cs, de, es, fr, hu, it, ja, nl, zh) +LANGUAGES = (site, de, es, fr, hu, it, ja, nl, zh) if __name__ == '__main__': print ' '.join ([l.code for l in LANGUAGES if l.enabled and l.code != 'en']) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index a1c26549ad..4e84a5297a 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -15,11 +15,12 @@ depth = "../" ### translation data -- shouldn't be here; see issue ### http://code.google.com/p/lilypond/issues/detail?id=1050 -langs = ['', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl'] +#langs = ['', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh'] +langs = ['', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl', 'zh'] # Get/update node translations ''' -for i in de es fr hu it ja nl; do +for i in de es fr hu it ja nl zh; do echo "'"$i"': {" (echo '--' ; grep -nH -B1 translationof Documentation/$i/web/* ) \ | pytt '^--\n.*@(?:unnum|sub)[^ ]* (.*)\n.*@translationof (.*)\n' "'\2': '\1',\n" \ @@ -191,6 +192,32 @@ translations = { 'Doc tarball for ': 'Tarball met documentation voor ', ' (did not exist in 2.12)': ' (bestond nog niet in 2.12)', }, + 'zh': { + 'Source': 0, + 'Learning': 0, + 'Music glossary': 0, + 'Essay': 0, + 'Notation': 0, + 'Usage': 0, + 'Snippets': 0, + 'Web': 0, + 'Changes': 0, + + 'Extending': 0, + 'Internals': 0, + 'Contributor': 0, + + ' (split HTML)': 0, + ' (big HTML)': 0, + + 'Regression tests for ': 0, + 'PDF of regtests for ': 0, + 'MusicXML Regression tests for ': 0, + 'PDF of MusicXML regtests for ': 0, + + 'Doc tarball for ': 0, + ' (did not exist in 2.12)': 0, + }, } diff --git a/scripts/build/website_post.py b/scripts/build/website_post.py index d4e8c4baf1..ba2432e196 100644 --- a/scripts/build/website_post.py +++ b/scripts/build/website_post.py @@ -11,6 +11,10 @@ import re ###### Translation data, move out, see create-weblinks-itexi.py translations = { + 'cs': { + 'English': 'Česky', + 'Other languages': 'Other languages', + }, 'de': { 'English': 'Deutsch', 'Other languages': 'Andere Sprachen', @@ -32,13 +36,17 @@ translations = { 'Other languages': 'Altre lingue', }, 'ja': { - 'English': 'Japanese', + 'English': '日本語', 'Other languages': '他の言語', }, 'nl': { 'English': 'Nederlands', 'Other languages': 'Andere talen', }, + 'zh': { + 'English': '中文', + 'Other languages': 'Other languages', + }, } # needs at least: make -C po or make- C Documentation/po