From 188b925d9b2b1c98331dc2d99c6f48f455d380b7 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Tue, 21 Jan 2014 21:26:54 +0000 Subject: [PATCH] Revert "Doc: NR - convert A13 from scm to verbatim" This reverts commit 9479135c586c5166051d118cabeeb9dce3b2fe9c. This change got pushed by mistake. Apologies. --- python/book_snippets.py | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/python/book_snippets.py b/python/book_snippets.py index 12dd5e9d82..69fdc4fa68 100644 --- a/python/book_snippets.py +++ b/python/book_snippets.py @@ -46,7 +46,6 @@ INDENT = 'indent' NORAGGED_RIGHT = 'noragged-right' NOTES = 'body' NOTIME = 'notime' -NOSTAFF = 'nostaff' OUTPUT = 'output' OUTPUTIMAGE = 'outputimage' PAPER = 'paper' @@ -63,8 +62,8 @@ VERSION = 'lilypondversion' -# NOTIME, NOSTAFF and NOGETTEXT have no opposite so they aren't part of -# this dictionary. +# NOTIME and NOGETTEXT have no opposite so they aren't part of this +# dictionary. no_options = { NOFRAGMENT: FRAGMENT, NOINDENT: INDENT, @@ -134,17 +133,6 @@ snippet_options = { \context { \Staff \remove "Time_signature_engraver" - }''', - NOSTAFF: r''' - \context { - \Score - timing = ##f - } - \context { - \Staff - \remove "Time_signature_engraver" - \remove "Clef_engraver" - \remove "Staff_symbol_engraver" }''', }, -- 2.39.2